1
0
Fork 0
mirror of https://github.com/azalea-rs/simdnbt.git synced 2025-08-02 15:36:03 +00:00
simdnbt/simdnbt-derive
2023-11-19 16:13:36 -06:00
..
src fix some bugs 2023-11-19 16:13:36 -06:00
Cargo.toml derive macro 2023-11-18 22:54:15 -06:00
README.md add flatten, deny_unknown_fields, generics, and support more types of HashMap keys 2023-11-19 13:58:28 -06:00

Add support for #[derive(Serialize, Deserialize)] to sidmnbt.

You can use #[simdnbt(rename = "Value")] to have fields be serialized with a name other than the field name.