Module fastnbt::borrow[][src]

Expand description

This module contains types enabling ‘zero-copy’ capture of the array NBT types.

The ByteArray, IntArray, and LongArray types are the types to use in your own data structures. They all implement an iter() method to allow you to iterate over the data they contain.

For versions that own their data, see the crate root.

Structs