cfb 0.14.0

Read/write Compound File Binary (structured storage) files
Documentation

rust-cfb

Build Status Crates.io Documentation

A Rust library for reading/writing Compound File Binary (structured storage) files. See MS-CFB for the format specification.

License

rust-cfb is made available under the MIT License.

Development

This project uses Cargo as its build system and package manager.

Tests

cargo test

Benchmarks

There is a benchmark suite using Criterion.rs. To run the benchmarks:

cargo bench

For a clean run (reset Criterion stats), delete the Criterion output directory and re-run:

rm -rf target/criterion
cargo bench