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
mat 07bb1e7036 Release 0.5.2
simdnbt@0.5.2
simdnbt-derive@0.5.2

Generated by cargo-workspaces
2024-05-14 16:32:49 -05:00
..
src fix failing compilation when deny_unknown_fields is set 2024-05-14 21:31:45 +00:00
Cargo.toml Release 0.5.2 2024-05-14 16:32:49 -05:00
README.md typo "sidmnbt" 2023-12-27 19:06:59 -06:00

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

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