This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
v0.10.3
- #162 Use
slice::iter
instead ofinto_iter
to avoid future breakage. See rust-lang/rust#65819 for more information. - Enable byte_offset for IoRead and SliceReadFixed
- Restrict the
half
crate to versions below 1.4 to prevent broken builds with rustc v1.31