A Rust library for reading/writing Compound File Binary (structured storage) files. See MS-CFB for the format specification.
rust-cfb is made available under the MIT License.
This project uses Cargo as its build system and package manager.
cargo testThere is a benchmark suite using Criterion.rs. To run the benchmarks:
cargo benchFor a clean run (reset Criterion stats), delete the Criterion output directory and re-run:
rm -rf target/criterion
cargo bench