read_chunks

Crates.ioread_chunks
lib.rsread_chunks
version0.2.0
sourcesrc
created_at2023-11-01 00:46:14.775866
updated_at2023-11-02 00:57:53.524857
descriptionAn extension to the Read trait allowing easier chunked reading
homepagehttps://github.com/ultrabear/read_chunks
repositoryhttps://github.com/ultrabear/read_chunks
max_upload_size
id1020505
size21,609
Alex H (ultrabear)

documentation

README

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.

Licensing

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.

Commit count: 9

cargo fmt