Skip to content

Releases: MPThLee/binary-reader.rs

v0.4.5

28 Feb 10:33
0677a97
Compare
Choose a tag to compare
  • Documentation and tests updated.
  • Support cstr with lossy way.
  • Make more accurate error from cstr functions.
    • Some UnexpectedEof is now returns InvalidData error.

Full Changelog: v0.4.4...v0.4.5

v0.4.4

27 Feb 16:05
c0bde9d
Compare
Choose a tag to compare
  • 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

23 Oct 14:52
8f8d91f
Compare
Choose a tag to compare

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

10 Oct 10:18
e24b509
Compare
Choose a tag to compare
  • Support Native and Network endian.
  • Documentation update.

Full Changelog: v0.4.1...v0.4.2

v0.4.1

10 Oct 08:50
3b2cb8e
Compare
Choose a tag to compare
  • Documentation update.
  • Expose read_bytes method.
  • Add small example about file.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Oct 15:06
0e579a9
Compare
Choose a tag to compare

What's Changed

  • Don't panic when there is not enough data by @bugadani in #2

New Contributors

Full Changelog: https://github.com/MPThLee/binary-reader.rs/commits/v0.4.0