Crates.io | bytes_iter |
lib.rs | bytes_iter |
version | 0.1.1 |
source | src |
created_at | 2018-06-10 14:59:25.579799 |
updated_at | 2018-06-10 16:41:33.865668 |
description | Tiny crate for consuming series of bytes from iterators |
homepage | |
repository | https://github.com/IsaacWoods/bytes-iter |
max_upload_size | |
id | 69473 |
size | 121,595 |
bytes_iter
A smol utility crate for taking any Iterator<Item=&u8>
and taking a mixture of the next u8
, u16
, u32
and u64
s from it. Useful for parsing binary formats.
bytes-iter
is dual licensed under:
Unless you explicitly state otherwise, any contribution submitted for inclusion in this work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without additional terms or conditions.