#[derive(DeserializeOrdered)]
{
// Attributes available to this derive:
#[order]
}
Expand description
A procedural macro for deserializing ordered arrays into keyed structs using Serde.
#[derive(DeserializeOrdered)]
{
// Attributes available to this derive:
#[order]
}
A procedural macro for deserializing ordered arrays into keyed structs using Serde.