+1
.gitignore
+1
.gitignore
···
+923
Cargo.lock
+923
Cargo.lock
···
+42
Cargo.toml
+42
Cargo.toml
···
+53
Justfile
+53
Justfile
···
+422
SPECIFICATION.md
+422
SPECIFICATION.md
···+[mutf8]: https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/io/DataInput.html#modified-utf-8
+20
crates/migrate/Cargo.toml
+20
crates/migrate/Cargo.toml
···
+6
crates/migrate/README.md
+6
crates/migrate/README.md
+5
crates/migrate/src/lib.rs
+5
crates/migrate/src/lib.rs
+163
crates/migrate/src/nbt.rs
+163
crates/migrate/src/nbt.rs
···
+18
crates/migrate/tests/snapshots/test_nbt__int_array_uuid_does_not_convert.snap
+18
crates/migrate/tests/snapshots/test_nbt__int_array_uuid_does_not_convert.snap
+12
crates/migrate/tests/snapshots/test_nbt__long_array_uuid_does_not_convert.snap
+12
crates/migrate/tests/snapshots/test_nbt__long_array_uuid_does_not_convert.snap
+155
crates/migrate/tests/test_nbt.rs
+155
crates/migrate/tests/test_nbt.rs
···
+1
rustfmt.toml
+1
rustfmt.toml
···
+9
src/len.rs
+9
src/len.rs
···
+266
src/lib.rs
+266
src/lib.rs
···
+322
src/reader.rs
+322
src/reader.rs
···
+309
src/writer.rs
+309
src/writer.rs
···
tests/fixtures/hello_world.nbt2
tests/fixtures/hello_world.nbt2
This is a binary file and will not be displayed.
+16
tests/snapshots/test_io__read_hello_world-2.snap
+16
tests/snapshots/test_io__read_hello_world-2.snap
+10
tests/snapshots/test_io__read_hello_world.snap
+10
tests/snapshots/test_io__read_hello_world.snap
+61
tests/test_io.rs
+61
tests/test_io.rs
···