diff options
| author | mat <github@matdoes.dev> | 2023-03-22 19:52:19 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-22 19:52:19 +0000 |
| commit | 228ee4a2f0f94975fc233946e0c4d258f87fbcf4 (patch) | |
| tree | ff9505d27ce7dda21516ae201078d0b8116a593b /azalea-nbt/src/lib.rs | |
| parent | 75e62c913640f4e324912309a05de686cd1d4f7f (diff) | |
| download | azalea-drasl-228ee4a2f0f94975fc233946e0c4d258f87fbcf4.tar.xz | |
optimize nbt lists
Diffstat (limited to 'azalea-nbt/src/lib.rs')
| -rwxr-xr-x | azalea-nbt/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-nbt/src/lib.rs b/azalea-nbt/src/lib.rs index 0ceca39f..048e466e 100755 --- a/azalea-nbt/src/lib.rs +++ b/azalea-nbt/src/lib.rs @@ -6,6 +6,7 @@ mod error; mod tag; pub use error::Error; +pub use tag::NbtList; pub use tag::Tag; #[cfg(test)] |
