Commit Graph

9 Commits

Author SHA1 Message Date
7d0789cc2f refactor: serialise all enums to snake_case 2018-09-11 17:31:40 -04:00
03d1dff3a8 refactor: derive PartialEq and Eq for all enums 2018-09-04 16:17:44 -04:00
81773c7065 feat: create distinct as_str/name methods
`as_str` is used for the variant as a string, exactly as it is
represented in the source.

`name` is used for the display name of the variant, and it is what is
shown in the `Display` impl.
2018-04-02 10:01:15 -04:00
8e5f77b98f feat: add serde support 2018-03-31 17:11:03 -04:00
be01721808 feat: add feature gate to ALL 2018-03-29 14:41:25 -04:00
0378603b64 refactor: split types into features 2018-03-29 14:36:38 -04:00
8f7de9824b docs: add more 2018-03-29 13:20:26 -04:00
1d408d443b refactor: use error type instead of unit 2018-03-29 09:11:19 -04:00
60884483ec chore: initial commit 2018-03-28 20:44:30 -04:00