Skip to content

Tags: tuffy/bitstream-io

Tags

v2.5.3

Toggle v2.5.3's commit message
Reuse stack-allocated Vec reading chunk

This avoids building a new Vec chunk on each iteration

v2.5.2

Toggle v2.5.2's commit message
Convert range test to guard

v2.5.1

Toggle v2.5.1's commit message
Perform large Vec reads in chunks

This avoids trying to pre-allocate too large of a Vec
if the amount of bytes requested is much larger
than the number of bytes in the input stream.

v2.5.0

Toggle v2.5.0's commit message
Provide default implementations for new const-based methods

v2.4.2

Toggle v2.4.2's commit message
Ensure signed reads/writes have at least 1 bit for sign

This would cause underflow panics before, but should now
generate proper errors at runtime or compile-time.

v2.4.1

Toggle v2.4.1's commit message
Add rust-version field to Cargo.toml

v2.4.0

Toggle v2.4.0's commit message
Remove some outdated README info

v2.3.0

Toggle v2.3.0's commit message
Bump version to 2.3.0

v2.2.0

Toggle v2.2.0's commit message
Bump version to 2.2.0

v2.1.0

Toggle v2.1.0's commit message
Add ByteReader option to use specified endianness