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