BurntSushi/byteorder
Rust library for reading/writing numbers in big-endian and little-endian.
RustUnlicense
Issues
- 1
Feature Request: Support for embedded-io
#213 opened by andyolivares - 4
Bound `slice_to_u8_mut` by bytemuck::AnyBitPattern or bytemuck::Pod to ensure soundness
#212 opened by danakj - 1
- 2
Feature request: generic read/write functions
#211 opened by antonilol - 5
- 2
Add methods that take/return arrays
#163 opened by joshlf - 5
- 4
- 0
write_int never panics on out of range input
#205 opened by fintelia - 3
Expose `#[forbid(unsafe_code)]` subset
#204 opened by fintelia - 1
[Bug] Some unknown error caused by byteorder 1.5.0
#203 opened by CR7273868 - 2
write_i64 does not write to the buffer
#201 opened by Phill030 - 0
Changelog is not up to date
#176 opened by striezel - 0
- 1
Any difference to Rust official functions?
#190 opened by oilel - 4
- 7
- 1
add ReadFrom and WriteTo traits with a derive macro
#188 opened by dvc94ch - 2
Endianness-managing Read/Write wrapper?
#187 opened by masklinn - 1
Transparently support reading into arrays of types that are byte-compatible with integers
#186 opened by ptomato - 5
Implement `read_usize`
#185 opened by AsafFisher - 1
- 2
- 1
Document MSRV
#177 opened by vks - 4
panic in try from slice
#173 opened by robjtede - 0
upgrade quickcheck to 1.0
#172 opened by BurntSushi - 5
Changelog is one year behind
#160 opened by Vlad-Shcherbina - 4
Improved write_u64 performance
#149 opened by velvia - 3
Support for SIMD types
#126 opened by vks - 1
Why does that write NUL's?
#161 opened by deeprobin - 1
Using byteorder with type definitions
#170 opened by dannygale - 1
Add `read_u40`
#168 opened by Stargateur - 2
Add `read_u8_into()` for completeness
#162 opened by I3ck - 1
Avoid unwrap
#158 opened by tkaitchuck - 1
Add endianness type parameter for (read|write)_[ui]8
#153 opened by SOF3 - 1
- 1
Remove build.rs to decrease the build time
#151 opened by RazrFalcon - 2
- 3
literal out of range
#144 opened by Dylan-DPC-zz - 3
[Feature Request] ByteOrder::read<T>
#143 opened by kitlith - 4
`eprintln!` in build.rs requires rustc 1.19.0
#140 opened by tspiteri - 0
- 1
Update Rand version
#127 opened by dhardy - 5
no_std support for ReadBytesExt/WriteBytesExt
#137 opened by rjsberry - 4
u128 is stable
#136 opened by WildCryptoFox - 0
MIPS CI isn't running on MIPS
#134 opened by huonw - 1
write_usize()
#132 opened by vext01 - 7
- 1
Need enum to choose big/little
#124 opened by damody - 0
`ByteOrder` examples have unnecessary `cfg!`
#120 opened by tspiteri