| Crates.io | fixed-buffer-tokio |
| lib.rs | fixed-buffer-tokio |
| version | 0.3.4 |
| created_at | 2020-12-09 06:19:38.527235+00 |
| updated_at | 2022-03-21 23:49:08.302707+00 |
| description | NOT MAINTAINED. This crate was replaced by the `fixed-buffer` crate with `tokio` feature. |
| homepage | |
| repository | https://gitlab.com/leonhard-llc/fixed-buffer-rs |
| max_upload_size | |
| id | 321027 |
| size | 47,645 |
This crate was replaced by
fixed-buffer crates's tokio feature
and read-write-ext-tokio.
This is a Rust library with fixed-size buffers, useful for network protocol parsers and file parsers.
This is the tokio async version of fixed-buffer.
std,
tokio, and
fixed-buffer.forbid(unsafe_code)https://docs.rs/fixed-buffer-tokio
For a complete example, see
tests/server.rs.
FixedBuf<1024>.new arg.capacity.writable return type to &mut [u8].Cargo.toml and bump version number.../release.shLicense: Apache-2.0