Commit Graph

13 Commits

Author SHA1 Message Date
Anna 585aa788fc
feat: new worlds and data centre 2022-07-04 10:16:30 -04:00
Anna 783409d02f
feat: add Materia data centre 2022-01-25 01:47:08 -05:00
Anna 9246a66a43
style: format 2021-10-03 15:57:07 -04:00
Kyle Clemens 558d83abdf
fix: update for new data centre changes 2019-04-24 19:44:38 -04:00
Kyle Clemens 05e2836b58
Revert "refactor: serialise all enums to snake_case"
This reverts commit 18218f4d2d.
2018-10-08 11:30:06 -04:00
Kyle Clemens 18218f4d2d
refactor: serialise all enums to snake_case 2018-09-11 17:31:40 -04:00
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