na_nbt 0.2.1

High-performance NBT (Named Binary Tag) library with zero-copy parsing and serde support
Documentation
1
2
3
pub trait Document: Send + Sync + Clone + 'static {
    fn empty() -> Self;
}