summaryrefslogtreecommitdiff
path: root/serde_dhall/src/value.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix clippy warningsNadrieril2020-04-051-2/+2
* Final doc tweaksNadrieril2020-04-051-23/+22
* Make Deserializer functions the only functionsNadrieril2020-04-051-3/+3
* Document Deserializer methodsNadrieril2020-04-051-1/+1
* Rename Deserialize trait to FromDhallNadrieril2020-04-051-4/+4
* Hide serde Error internalsNadrieril2020-03-311-5/+5
* Document moreNadrieril2020-03-311-3/+7
* Move mod simple into valueNadrieril2020-03-311-15/+237
* Hide Value from APINadrieril2020-03-311-3/+3
* Rework SimpleValueNadrieril2020-03-311-1/+1
* Rework SimpleTypeNadrieril2020-03-311-1/+1
* Hide SimpleValue from apiNadrieril2020-03-311-2/+1
* Add a bunch of TODOsNadrieril2020-03-311-0/+3
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-311-1/+1
* Introduce option builderNadrieril2020-03-311-22/+10
* Expose simple::Val/Ty properly in the APINadrieril2020-03-311-14/+13
* Move Value, SimpleValue and SimpleType to serdeNadrieril2020-03-311-0/+73