Rust type categories
December 17, 2024
Notes for the rust type categories
For rust fundamental types, the serde crate serializer
and deserializer
provide a reasonable type categories for grouping the complex types when serializing or deserializing a type.