| Crates.io | embytes-buffer-async |
| lib.rs | embytes-buffer-async |
| version | 0.2.1 |
| created_at | 2025-09-13 13:54:47.188523+00 |
| updated_at | 2025-09-15 17:18:46.69822+00 |
| description | A async concurrent buffer implementation fro no_std devices |
| homepage | https://github.com/siemtim-dev/embytes-buffer-async |
| repository | https://github.com/siemtim-dev/embytes-buffer-async.git |
| max_upload_size | |
| id | 1837704 |
| size | 88,799 |
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.
See examples directory for examples