Crates.io | body-image |
lib.rs | body-image |
version | 2.2.3 |
source | src |
created_at | 2018-04-17 17:01:10.800778 |
updated_at | 2021-10-28 22:17:39.299951 |
description | Adaptive RAM/file-backed HTTP bodies. |
homepage | |
repository | https://github.com/dekellum/body-image |
max_upload_size | |
id | 61100 |
size | 66,732 |
The body-image crate provides a uniform access strategy for HTTP body payloads which may be scattered across multiple allocations in RAM, or buffered to a temporary file, and optionally memory mapped. This effectively enables trading some file I/O cost in return for supporting significantly larger bodies without risk of exhausting RAM.
See the top-level (project workspace) README for additional rationale.
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.