- Rust 100%
| mkromfs | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
mkromfs-rs
A pure Rust RomFS builder (akin to mkromfs3ds). Usable as a library crate!
Development status
mkromfs-rs works, from what I've tested.
However, it's not been battle tested yet. I'm working on that. If you don't mind cutting edge stuff feel free to use this project, if it seems useful to you.
I don't know what else I'll need from mkromfs-rs in the future so I might add features if I need them. We'll see.
Ordering
Unlike mkromfs3ds, mkromfs-rs constructs RomFS forwards instead of backwards.
This should preserve the filesystem ordering, instead of reversing it, and it should make for less big jumps in offsets between items, as well as minimizing backwards seeks.
Whether this actually means anything in terms of performance, I have yet to test that.
I just did it because I could and thought it was neat.