summaryrefslogtreecommitdiff
path: root/src/errors.rs
AgeCommit message (Collapse)Author
2020-09-27better serialisation structure for encyclopediaetroido
["list", [1, 2, 3]] is now just [1, 2, 3] and {"type": builtwall", "kwargs": {"health": 50}} is now {":template": "builtwall", "health": 50}
2020-04-06made parseerrors their own thingtroido