codas-macros 0.8.0

Macros for Codas.
Documentation
# `Full` Coda
An example coda that makes use of most coda features.

## `Example` Data
An example data, containing fields for
each of the built-in data types.

+ `num_1` u8
+ `num_2` u16
+ `num_3` u32
+ `num_4` u64
+ `num_5` i8
+ `num_6` i16
+ `num_7` i32
+ `num_8` i64
+ `num_9` f32
+ `num_10` f64
+ `boolean` bool
+ `checksum` array of 8 u8
+ `signature` array of 64 u8
+ `maybe_sig` optional array of 48 u8
+ `position` array of 3 f32
+ `waypoints` list of array of 3 f32
+ `message` text
+ `listing` list of text
+ `mapping` map of text to f32
+ `optional_message` optional text
+ `request_data` map of text to unspecified