Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

35 lines (29 loc) · 1.04 KB

Changelog

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.

Added

  • ...

Changed

  • update documentation

Deprecated

  • ...

Removed

  • ...

Fixed

  • ...

Security:

  • ...

0.1.1 - 2019-02-08

Added

  • Specify readme in Cargo.toml

0.1.0 - 2019-02-01

Added

  • 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 for DecodeME and EncodeME
  • derive crate (endian_codec_derive) available via future derive enabled by default