All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- ...
- update documentation
- ...
- ...
- ...
- ...
0.1.1 - 2019-02-08
- Specify
readme
in Cargo.toml
0.1.0 - 2019-02-01
DecodeBE
,DecodeLe
,DecodeME
- for creating structs from bytes stored as big, little or mixed endianess.EncodeBE
,EncodeLe
,EncodeME
- for change structures into bytes stored as big, little or mixed endianess.endian
attribute forDecodeME
andEncodeME
- derive crate (
endian_codec_derive
) available via futurederive
enabled by default