minor changes

This commit is contained in:
2025-08-19 15:03:21 +02:00
parent a580e421f0
commit b9e740e80a
3 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
// src/io.rs
use std::{
collections::HashMap,
io::{Error, ErrorKind, Read, Result, Write},

View File

@@ -1,7 +1,6 @@
// src/lib.rs
use std::collections::HashMap;
pub mod io;
#[cfg(test)]
mod test;
pub use io::{Reader, Writer};

View File

@@ -1,5 +1,3 @@
// src/test.rs
use crate::{Tag, read_nbt, write_nbt};
#[test]