Module serde_utils::list_of_bytes_lists

source ·
Expand description

Formats Vec<u64> using quotes.

E.g., vec![0, 1, 2] serializes as ["0", "1", "2"].

Quotes can be optional during decoding.

Structs§

Functions§