embytes-buffer-async

Crates.ioembytes-buffer-async
lib.rsembytes-buffer-async
version0.2.1
created_at2025-09-13 13:54:47.188523+00
updated_at2025-09-15 17:18:46.69822+00
descriptionA async concurrent buffer implementation fro no_std devices
homepagehttps://github.com/siemtim-dev/embytes-buffer-async
repositoryhttps://github.com/siemtim-dev/embytes-buffer-async.git
max_upload_size
id1837704
size88,799
(siemtim-dev)

documentation

README

This libray contains a buffer implementation that is made for no_std environments.

The buffer is backed ba any bytes source that satisfies AsMut<[u8]> + AsRef<[u8]>.

The buffer implemnts embedded_io_async::Read and embedded_io_async::Write.

In contrast to the embytes_buffer crate this crate allows for concurrent read and write access.

Example

See examples directory for examples

Commit count: 0

cargo fmt