Crates.io | read_chunks |
lib.rs | read_chunks |
version | 0.2.0 |
source | src |
created_at | 2023-11-01 00:46:14.775866 |
updated_at | 2023-11-02 00:57:53.524857 |
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_chunks
This 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.