A Rust reflection, introspection, serialization and deserialization framework with support for multiple formats including JSON, YAML, MessagePack, URL-encoded data, and more.
A single, lightweight derive macro (thanks to unsynn)
#[derive(Shapely)]
struct Blah {
foo: u32,
bar: String,
}
...gives you the equivalent of Debug
, Serialize
, Deserialize
, and more.
shapely's approach is halfway between serde and bevy_reflect
See the shapely README for more info.
Thanks to Namespace for providing fast GitHub Actions workers:
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.