summaryrefslogtreecommitdiff
path: root/serde_dhall/src/value.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-05Rename Deserialize trait to FromDhallNadrieril1-4/+4
2020-03-31Hide serde Error internalsNadrieril1-5/+5
2020-03-31Document moreNadrieril1-3/+7
2020-03-31Move mod simple into valueNadrieril1-15/+237
2020-03-31Hide Value from APINadrieril1-3/+3
2020-03-31Rework SimpleValueNadrieril1-1/+1
2020-03-31Rework SimpleTypeNadrieril1-1/+1
2020-03-31Hide SimpleValue from apiNadrieril1-2/+1
2020-03-31Add a bunch of TODOsNadrieril1-0/+3
2020-03-31Reorganize API and internals of serde_dhall a bitNadrieril1-1/+1
2020-03-31Introduce option builderNadrieril1-22/+10
2020-03-31Expose simple::Val/Ty properly in the APINadrieril1-14/+13
2020-03-31Move Value, SimpleValue and SimpleType to serdeNadrieril1-0/+73