1
0
Fork 0
mirror of https://github.com/azalea-rs/simdnbt.git synced 2025-08-02 23:44:40 +00:00
simdnbt/simdnbt-derive
mat 71fab2c85b Release 0.2.1
simdnbt@0.2.1
simdnbt-derive@0.2.1

Generated by cargo-workspaces
2023-11-19 16:24:31 -06:00
..
src fix some bugs 2023-11-19 16:13:36 -06:00
Cargo.toml Release 0.2.1 2023-11-19 16:24:31 -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.