aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt/src/lib.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-03-22 19:52:19 +0000
committermat <github@matdoes.dev>2023-03-22 19:52:19 +0000
commit228ee4a2f0f94975fc233946e0c4d258f87fbcf4 (patch)
treeff9505d27ce7dda21516ae201078d0b8116a593b /azalea-nbt/src/lib.rs
parent75e62c913640f4e324912309a05de686cd1d4f7f (diff)
downloadazalea-drasl-228ee4a2f0f94975fc233946e0c4d258f87fbcf4.tar.xz
optimize nbt lists
Diffstat (limited to 'azalea-nbt/src/lib.rs')
-rwxr-xr-xazalea-nbt/src/lib.rs1
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)]