castflip 0.1.13

Library for encoding/decoding numeric variables, arrays and structures in little-endian and big-endian
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Planned Releases: Version 0.2 and 0.3

# Planned Releases

The following releases are planned.  Preparations are in progress.

Version 0.2 :

1. Trait [`Cast`] and trait [`Flip`] will be changed to `unsafe`.
2. Generic parameters for `struct` types and `union` types will be supported.

Version 0.3 :

1. The API will be redesigned.
2. The implementation will be overhauled.