Crate usize_conversions

Source
Expand description

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 usize.
IntoUsize
Convert a type to usize.

Functions§

usize_from
Create an usize from a fixed sized integer.