barc

Crates.io Rustdoc Travis CI Build Appveyor CI Build

The Body Archive (BARC) container file format, reader and writer. Supports high fidelity serialization of complete HTTP request/response dialogs with additional meta-data and has broad use cases as test fixtures or for caching or web crawling. A barc command line tool is also available, via the barc-cli crate.

See the rustdoc for more details.

Minimum supported rust version

MSRV := 1.32.0

The crate will fail fast on any lower rustc (via a build.rs version check) and is also CI tested on this version.

With rust 1.34.0+, custom TryFrom and TryInto traits are replaced with those from std::convert.

License

This project is dual licensed under either of following:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in body-image by you, as defined by the Apache License, shall be dual licensed as above, without any additional terms or conditions.