issues
search
BurntSushi
/
byteorder
Rust library for reading/writing numbers in big-endian and little-endian.
The Unlicense
981
stars
143
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Replace some unsafe with zerocopy
#214
joshlf
opened
4 weeks ago
4
Feature Request: Support for embedded-io
#213
andyolivares
opened
1 month ago
1
Bound `slice_to_u8_mut` by bytemuck::AnyBitPattern or bytemuck::Pod to ensure soundness
#212
danakj
closed
1 month ago
4
Feature request: generic read/write functions
#211
antonilol
closed
2 months ago
2
Feature request: encode/decode from fixed size arrays
#210
antonilol
closed
2 months ago
1
ReadBytesExt: document the danger of reading after an error
#209
eric-seppanen
opened
3 months ago
0
Hazard with `ReadBytesExt` methods and continuing after errors
#208
eric-seppanen
opened
3 months ago
5
Unsound usages of unsafe implementation from `[T]` to `[u8]`
#207
llooFlashooll
closed
5 months ago
5
Add benchmarks of 'write_[u]int[128]'
#206
fintelia
opened
7 months ago
0
write_int never panics on out of range input
#205
fintelia
opened
7 months ago
0
Expose `#[forbid(unsafe_code)]` subset
#204
fintelia
closed
7 months ago
3
[Bug] Some unknown error caused by byteorder 1.5.0
#203
CR7273868
closed
7 months ago
1
Safe implementations of write_uint and write_uint128
#202
fintelia
opened
8 months ago
5
write_i64 does not write to the buffer
#201
Phill030
closed
9 months ago
2
Use safe code for floating point endian conversion
#200
fintelia
closed
7 months ago
1
Simplify pack_size() and pack_size128()
#199
moubctez
closed
1 year ago
0
Restore MSRV 1.41
#198
newpavlov
closed
11 months ago
2
rollup: fixup CI and endianness conversion improvements
#197
BurntSushi
closed
1 year ago
0
Fix typo in a doc comment of `unsafe_read_slice`.
#196
anforowicz
closed
1 year ago
0
Verify alignment requirements of `f32` vs `u32` (and `f64` vs `u64`).
#195
anforowicz
closed
1 year ago
0
Unsound assumption about the alignment of u32 and f32
#194
anforowicz
closed
1 year ago
0
Eliminate unsafe_write_num_bytes and thus unsafe block inside of it
#193
mina86
closed
1 year ago
0
Remove unsafe code from read_uint and read_uint128 methods
#192
mina86
closed
1 year ago
0
Update quickcheck.
#191
nicolas-graves
opened
1 year ago
0
Any difference to Rust official functions?
#190
oilel
closed
1 year ago
1
Convert endianess while copying in read/write into methods
#189
mina86
closed
1 year ago
4
add ReadFrom and WriteTo traits with a derive macro
#188
dvc94ch
closed
2 years ago
1
Endianness-managing Read/Write wrapper?
#187
masklinn
closed
2 years ago
2
Transparently support reading into arrays of types that are byte-compatible with integers
#186
ptomato
closed
2 years ago
1
Implement `read_usize`
#185
AsafFisher
closed
2 years ago
5
Add `Read/WriteBytesExt` support for `core2::io`
#184
AsafFisher
closed
2 years ago
1
Add impl of `ReadBytesExt` and `WriteBytesExt` for `core2::io::Write`
#183
AsafFisher
closed
2 years ago
7
Fix crates.io badge and remove obsolete exclusion
#182
atouchet
closed
1 year ago
0
Fix error in documentation: f64 is 8 bytes (not 4)
#181
SvetlinZarev
closed
2 years ago
0
bring the changelog up to date
#180
striezel
closed
1 year ago
4
Consider supporting outdated Rust versions to make bincode happy
#179
kornelski
closed
3 years ago
1
Rust is failing to find type definitions or enumerations
#178
ethindp
closed
3 years ago
2
Document MSRV
#177
vks
closed
3 years ago
1
Changelog is not up to date
#176
striezel
closed
1 year ago
0
Change as_ptr to as_mut_ptr to fix Miri error
#175
jturner314
closed
3 years ago
11
Use HTTPS
#174
atouchet
closed
3 years ago
0
panic in try from slice
#173
robjtede
closed
3 years ago
4
upgrade quickcheck to 1.0
#172
BurntSushi
opened
3 years ago
0
rollup + bump MSRV to 1.41.1
#171
BurntSushi
closed
3 years ago
0
Using byteorder with type definitions
#170
dannygale
closed
3 years ago
1
changelog: backfill to 1.3.3
#169
workingjubilee
closed
3 years ago
0
Add `read_u40`
#168
Stargateur
closed
4 years ago
1
Support async analogues of Read and Write extensions
#167
jimblandy
closed
4 years ago
4
Implement write_uXX_from
#166
luizirber
closed
1 year ago
0
ci: change MSRV back to 1.12.0 in CI
#165
BurntSushi
closed
4 years ago
0
Next