summaryrefslogtreecommitdiff
path: root/serde_dhall/src/value.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-24Make SimpleValue public and add from_simple_value()Benjamin Levy1-3/+82
2020-10-16feat: Add a `Display` impl for `SimpleType`Nadrieril1-0/+21
2020-04-10Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril1-5/+53
2020-04-06Move BinOp and Builtin definitions in the relevant moduleNadrieril1-1/+2
2020-04-06Extract operation-related code to a new moduleNadrieril1-1/+2
2020-04-06Split off operations from main expr enumNadrieril1-6/+7
2020-04-05Fix clippy warningsNadrieril1-2/+2
2020-04-05Final doc tweaksNadrieril1-23/+22
2020-04-05Make Deserializer functions the only functionsNadrieril1-3/+3
2020-04-05Document Deserializer methodsNadrieril1-1/+1
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