Module texcraft_stdext::serde_tools::array
source · Expand description
Module for serializing and deserializing fixed size arrays.
This is intended for use with serde derive’s
#[serde(with = "texcraft_stdext::serde_tools::array")]
field attribute.
Functions
- Function that deserializes fixed size arrays
- Function that serializes fixed size arrays