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 a0780508cc Release 0.7.0
simdnbt@0.7.0
simdnbt-derive@0.7.0

Generated by cargo-workspaces
2025-01-19 16:29:31 -06:00
..
src Use a tape for reading in simdnbt::borrow and probably introduce even more UB (#8) 2024-07-04 23:28:59 -05:00
Cargo.toml Release 0.7.0 2025-01-19 16:29:31 -06: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.