Crate usize_conversions [−] [src]
Conversion traits and functions for conversions between usize
and fixed sized integers.
Warning: The traits are conditionally implemented based on the target pointer width, so they can make your crate less portable.
Traits
FromUsize |
Convert a type from |
IntoUsize |
Convert a type to |
Functions
usize_from |
Create an usize from a fixed sized integer. |