Cargo Features
crypto-permutation has no features set by default.
[dependencies]
crypto-permutation = { version = "0.1.0", features = ["std", "alloc", "io_le_uint_slice", "io_uint_u16", "io_uint_u128"] }
- std = alloc
- alloc std?
- io_le_uint_slice
-
Implement readers and writers for little endian unsigned integer slices.
Affects
io::le_uint_slice_reader
,io::le_uint_slice_writer
… - io_uint_u16
-
Select unsigned integer types for for the unsigned integer slice readers/writers.
- io_uint_u32 io_uint_u64 io_uint_u128