Crates.io | barc |
lib.rs | barc |
version | 2.2.2 |
source | src |
created_at | 2018-12-04 23:44:48.126347 |
updated_at | 2021-10-28 22:18:01.790236 |
description | Body Archive (BARC) file reader and writer, for HTTP dialogs |
homepage | |
repository | https://github.com/dekellum/body-image |
max_upload_size | |
id | 100130 |
size | 96,341 |
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.
MSRV := 1.39.0
The crate will fail fast on any lower rustc (via a build.rs version check) and is also CI tested on this version.
This project is dual licensed under either of following:
The Apache License, version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
The MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.