issues
search
irauta
/
bitreader
Rust library for reading bit sequences from a byte buffer
Apache License 2.0
37
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Optimize out size checks
#25
kornelski
closed
1 week ago
1
Avoid unoptimized indexing panic
#24
kornelski
closed
1 week ago
1
fix panic for creating relative reader multiple times
#23
Tackoil
closed
3 weeks ago
2
Remaining bits of the relative reader seems shorter than expected.
#22
Tackoil
closed
3 weeks ago
1
Fix left-shift-with-overflow panic
#21
Danaozhong
closed
1 year ago
1
Check for std when using std features.
#20
dancerj
closed
1 year ago
1
Rust analyzer text completion fails when unwrapping u8 bit
#19
Atsukoro1
closed
2 years ago
2
Crash with wrong parameter (read 0 bits)
#18
hfiguiere
closed
2 years ago
2
Fixes #16 Add new relative_reader_atmost function, that limits how much can be read
#17
bramp
closed
2 years ago
0
Feature Request: relative_reader with max length?
#16
bramp
closed
2 years ago
6
Add .peek_*() functions in addition to .read_*()
#15
tp-m
closed
3 years ago
2
Add align method
#14
tp-m
closed
3 years ago
0
Update cfg-if
#13
kornelski
closed
3 years ago
1
Add no-std support
#12
dutchmartin
closed
5 years ago
1
Little endian support
#11
leoschwarz
opened
6 years ago
5
Allow reading N bytes into a &mut [u8] at once
#10
leoschwarz
closed
6 years ago
6
Docs fix: big-endianness is assumed for multi-byte values.
#9
tp-m
closed
7 years ago
1
Consider dual-licensing the crate under MIT & Apache-2.0
#8
nox
closed
7 years ago
6
Use the travis badge for the master branch.
#7
rillian
closed
7 years ago
2
Implement read_bool()
#6
rillian
closed
7 years ago
1
Add continuous integration config for travis-ci.org and status badges.
#5
rillian
closed
7 years ago
1
Implement ReadInto for bool.
#4
rillian
closed
7 years ago
1
Implement ReadInto for bool?
#3
rillian
closed
7 years ago
8
Upload to crates.io
#2
antoyo
closed
8 years ago
1
Fixed the error: the trait bound `Self: std::marker::Sized` is not satisfied.
#1
antoyo
closed
8 years ago
1