valence/valence_nbt
Terminator 03e89adeb8
(valence_nbt) Add reverse From<Value> for Option<T> (#122)
This way we can use generic bounds to specify the return type and get `None` if the value does not match the type.
2022-10-18 14:40:46 -07:00
..
src (valence_nbt) Add reverse From<Value> for Option<T> (#122) 2022-10-18 14:40:46 -07:00
Cargo.toml Update valence_nbt to version 0.3.0 (#120) 2022-10-17 21:11:20 -07:00
README.md Move valence_nbt to main Valence repo. (#97) 2022-10-01 14:18:42 -07:00

valence_nbt

A library for encoding and decoding Minecraft's Named Binary Tag (NBT) format.

See the documentation for more information.