Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-04-05 | Rewrite builder with state machine to allow parse::<> | Nadrieril | 1 | -2/+8 |
2020-04-05 | Make Deserializer functions the only functions | Nadrieril | 1 | -5/+5 |
2020-04-05 | Document Deserializer methods | Nadrieril | 1 | -1/+1 |
2020-04-05 | Rename Deserialize trait to FromDhall | Nadrieril | 1 | -3/+3 |
2020-04-05 | Add a test | Nadrieril | 1 | -0/+8 |
2020-03-31 | Reorganize API and internals of serde_dhall a bit | Nadrieril | 1 | -3/+3 |
2020-03-31 | Reorganize serde modules | Nadrieril | 1 | -2/+2 |
2020-03-31 | Add SimpleValue type to facilitate deserialization | Nadrieril | 1 | -0/+2 |
2020-03-31 | Fix indexing for spans that go to the end of the input | Nadrieril | 1 | -0/+3 |
2020-01-16 | Deserialize more types | Nadrieril | 1 | -0/+85 |