diff options
| author | mat <git@matdoes.dev> | 2025-12-27 16:43:38 -1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-27 16:43:38 -1100 |
| commit | 588902ba4a3965982bdd84d92b20c6f7613f3978 (patch) | |
| tree | 1d7321301869fb7b948ed4ef28e3fec9aa550f20 /azalea-world/src/lib.rs | |
| parent | e63b86ddad694073029e33bb54296f3c2b3375be (diff) | |
| download | azalea-drasl-588902ba4a3965982bdd84d92b20c6f7613f3978.tar.xz | |
additional doc aliases for Instance and InstanceName
Diffstat (limited to 'azalea-world/src/lib.rs')
| -rw-r--r-- | azalea-world/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/src/lib.rs b/azalea-world/src/lib.rs index eea574c1..7212c519 100644 --- a/azalea-world/src/lib.rs +++ b/azalea-world/src/lib.rs @@ -12,5 +12,5 @@ mod world; pub use bit_storage::BitStorage; pub use chunk_storage::{Chunk, ChunkStorage, PartialChunkStorage, Section}; -pub use container::*; +pub use container::{InstanceContainer, InstanceName}; pub use world::*; |
