Module array

Module 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§

deserialize
Function that deserializes fixed size arrays
serialize
Function that serializes fixed size arrays