Crates.io | body-image-futio |
lib.rs | body-image-futio |
version | 2.2.2 |
source | src |
created_at | 2018-12-04 23:46:08.16232 |
updated_at | 2021-10-28 22:18:32.713154 |
description | Futures based asynchronous I/O for body-image. |
homepage | |
repository | https://github.com/dekellum/body-image |
max_upload_size | |
id | 100131 |
size | 187,977 |
The body-image-futio crate integrates body-image with futures, http, hyper, and tokio for both client and server use.
MSRV := 1.45.2
The crate will fail fast on any lower rustc (via a build.rs version check) and is also CI tested on this version. MSRV will only be increased in a new MINOR (or MAJOR) release of this crate. However, some direct or transitive dependencies unfortunately have or may increase MSRV in PATCH releases. Known examples are listed below:
Users may need to selectively control updates by preserving/distributing a Cargo.lock file in order to control MSRV.
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.