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 7e29630c8b
Optimize owned (#5)
* inline read_with_type for 12% speedup

* optimize creating compounds

* fix incorrect comment in mutf8.rs

* update benchmarks in readme
2024-05-13 06:21:14 -05:00
..
src make FromNbtTag take simdnbt::borrow::NbtTag 2023-11-28 20:16:18 -06:00
Cargo.toml Optimize owned (#5) 2024-05-13 06:21:14 -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.