- Documentation and tests updated.
- Support cstr with lossy way.
- Make more accurate error from cstr functions.
- Some
UnexpectedEof
is now returnsInvalidData
error.
- Some
- Documentation and test updates.
- Support boolean.
- Refactor read functions via macro.
- This shouldn't affect existing functionality.
- Support 24, 48, 128 bit unsigned/signed integer.
- More tests with macro.
- Support
Native
andNetwork
endian. - Documentation update.
- Documentation update.
- Expose
read_bytes
method. - Add small example about file.
- Don't panic when there is not enough data #2
- Misc update about update rust version, ci, and dependencies.
- Add float32 and float64 support #1
- Rename the function names for more readable.
- Documentation
- Fix bug about reading data.
- Test case added.
- Little-endian support.
- Initial release