NPacked is a simple library for fast unpacking of files.
It is intended to be used in video games as a data file format.
Rustdoc: https://nuew.github.io/npacked/npacked
Put this in your Cargo.toml
:
toml
[dependencies]
npacked = "*"
And this in your crate root:
rust
extern crate npacked;
See the rustdoc for further documentation.