v0.2.0 refactoring

This commit is contained in:
2025-07-28 14:51:55 +08:00
parent 601e217276
commit 6e95351fa0
4 changed files with 1108 additions and 155 deletions

5
src/chunk.rs Normal file
View File

@@ -0,0 +1,5 @@
//! Chunk file name format
pub struct ChunkName {
major_id: u32,
}