summaryrefslogtreecommitdiff
path: root/serde_dhall/tests/de.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite builder with state machine to allow parse::<>Nadrieril2020-04-051-2/+8
|
* Make Deserializer functions the only functionsNadrieril2020-04-051-5/+5
|
* Document Deserializer methodsNadrieril2020-04-051-1/+1
|
* Rename Deserialize trait to FromDhallNadrieril2020-04-051-3/+3
|
* Add a testNadrieril2020-04-051-0/+8
|
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-311-3/+3
|
* Reorganize serde modulesNadrieril2020-03-311-2/+2
|
* Add SimpleValue type to facilitate deserializationNadrieril2020-03-311-0/+2
|
* Fix indexing for spans that go to the end of the inputNadrieril2020-03-311-0/+3
|
* Deserialize more typesNadrieril2020-01-161-0/+85