Commit Graph

7 Commits

Author SHA1 Message Date
Kyle Clemens
4ec655302c
refactor: derive PartialEq and Eq for all enums 2018-09-04 16:17:44 -04:00
Kyle Clemens
7cb3a121f1
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
Kyle Clemens
c09f624048
feat: add serde support 2018-03-31 17:11:03 -04:00
Kyle Clemens
7773fb082f
feat: add feature gate to ALL 2018-03-29 14:41:25 -04:00
Kyle Clemens
5032ce62ba
docs: add more 2018-03-29 13:20:26 -04:00
Kyle Clemens
da51e7338a
refactor: use error type instead of unit 2018-03-29 09:11:19 -04:00
Kyle Clemens
5f1db6a5da
chore: initial commit 2018-03-28 20:44:30 -04:00