This website requires JavaScript.
Explore
Help
Sign In
StrafesNET
/
fixed_wide_vectors
Watch
3
Fork
0
You've already forked fixed_wide_vectors
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ef13fbe5f0
fixed_wide_vectors
/
fixed_wide
/
src
/
lib.rs
6 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
rename fixed_wide::wide to fixed_wide::fixed
2024-08-27 00:07:29 +00:00
pub
mod
fixed
;
wild
2024-08-23 21:17:48 +00:00
pub
mod
types
;
hide wide_traits behind a feature flag
2024-08-27 00:28:33 +00:00
#[
cfg(feature=
"
wide_traits
"
)
]
mod
wide_traits
;
Reference in New Issue
Copy Permalink