Skip to content

siemtim-dev/embytes-buffer-async

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages