mirror of
https://github.com/azalea-rs/simdnbt.git
synced 2025-08-02 07:26:04 +00:00
* inline read_with_type for 12% speedup * optimize creating compounds * fix incorrect comment in mutf8.rs * update benchmarks in readme |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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.