Releases: MPThLee/binary-reader.rs
Releases · MPThLee/binary-reader.rs
v0.4.5
- Documentation and tests updated.
- Support cstr with lossy way.
- Make more accurate error from cstr functions.
- Some
UnexpectedEof
is now returnsInvalidData
error.
- Some
Full Changelog: v0.4.4...v0.4.5
v0.4.4
- Documentation and test updates.
- Support boolean.
- Refactor read functions via macro.
- This shouldn't affect existing functionality.
Full Changelog: v0.4.3...v0.4.4
v0.4.3
0.4.3 (Current)
- Support 24, 48, 128 bit unsigned/signed integer.
- More tests with macro.
Full Changelog: v0.4.2...v0.4.3
v0.4.2
- Support
Native
andNetwork
endian. - Documentation update.
Full Changelog: v0.4.1...v0.4.2
v0.4.1
- Documentation update.
- Expose
read_bytes
method. - Add small example about file.
Full Changelog: v0.4.0...v0.4.1