| Crates.io | read_chunks |
| lib.rs | read_chunks |
| version | 0.2.0 |
| created_at | 2023-11-01 00:46:14.775866+00 |
| updated_at | 2023-11-02 00:57:53.524857+00 |
| description | An extension to the Read trait allowing easier chunked reading |
| homepage | https://github.com/ultrabear/read_chunks |
| repository | https://github.com/ultrabear/read_chunks |
| max_upload_size | |
| id | 1020505 |
| size | 21,609 |
read_chunksThis crate provides an extension to types implementing Read that allows them to read data in large chunks until the end of the file, similar to how slice::chunks works.
This crate is dual licensed as MIT OR Apache-2.0, this is to allow it to be compatible with the license of the rust standard library.