Commit Graph

14 Commits

Author SHA1 Message Date
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
41ddc96b77 refactor: as_code -> code 2018-04-02 09:32:41 -04:00
089c9dfd65 chore: bump version 2018-04-02 09:30:41 -04:00
707fab48bd feat: add short codes 2018-04-01 02:09:19 -04:00
a4e994f394 chore: add info to manifest 2018-03-31 17:15:41 -04:00
17aa20a033 docs: update readme 2018-03-31 17:13:50 -04:00
8e5f77b98f feat: add serde support 2018-03-31 17:11:03 -04:00
aafd83a1cb feat: allow non-combat jobs to be taken from their short codes 2018-03-31 17:02:41 -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
ae699f2749 feat: add non-combat jobs and classifications 2018-03-29 13:20:42 -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