Expand description
The s2json-derive Rust crate provides … TODO
Derive Macros§
- JSON
Properties - Derives the
JSONPropertiestrait for a struct to convert it to aJSONProperties. - MValue
- Derives the
MValuetrait for a struct to convert it to aMValue. - MValue
Compatible - Derives the
MValueCompatibletrait for a struct to convert it to aMValue. - Properties
- Derives the
Propertiestrait for a struct to convert it to aProperties. - Value
Primitive - Derives the
ValuePrimitivetrait for a struct to convert it to aValuePrimitive.