Available on crate feature
arbitrary
only.Constants§
Statics§
Functions§
- generate_
vector - Generates test vectors for a specific type
T
. - generate_
vectors - Generates a vector of type
T
to a file. - generate_
vectors_ with - Generates a vector of type
T
to a file. - read_
vector - Reads a vector of type
T
from a file and compares each item with its reconstructed version usingT::from_compact
. - read_
vectors - read_
vectors_ with - Reads multiple vectors of different types ensuring their correctness by decoding and re-encoding.
- type_
name