fixed-buffer-tokio

crates.io version license: Apache 2.0 unsafe forbidden pipeline status

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.

Features

Documentation

https://docs.rs/fixed-buffer-tokio

Examples

For a complete example, see tests/server.rs.

Alternatives

Changelog

Release Process

  1. Edit Cargo.toml and bump version number.
  2. Run ../release.sh

License: Apache-2.0