summaryrefslogtreecommitdiff
path: root/serde_dhall/tests/de.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-05Rewrite builder with state machine to allow parse::<>Nadrieril1-2/+8
2020-04-05Make Deserializer functions the only functionsNadrieril1-5/+5
2020-04-05Document Deserializer methodsNadrieril1-1/+1
2020-04-05Rename Deserialize trait to FromDhallNadrieril1-3/+3
2020-04-05Add a testNadrieril1-0/+8
2020-03-31Reorganize API and internals of serde_dhall a bitNadrieril1-3/+3
2020-03-31Reorganize serde modulesNadrieril1-2/+2
2020-03-31Add SimpleValue type to facilitate deserializationNadrieril1-0/+2
2020-03-31Fix indexing for spans that go to the end of the inputNadrieril1-0/+3
2020-01-16Deserialize more typesNadrieril1-0/+85