summaryrefslogtreecommitdiff
path: root/serde_dhall/src/lib.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-13s/TypeThunk/TypedThunk/gNadrieril1-3/+3
2019-08-13Rework API to resemble that of serde_jsonNadrieril1-91/+109
2019-08-13Merge `Type` and `Value` in serde_dhallNadrieril1-55/+32
There was no point in separating them
2019-08-13Add new error type for serde_dhallNadrieril1-8/+50
2019-08-13Move api into its own crateNadrieril1-9/+114
2019-08-10Remove dhall::expr!() macroNadrieril1-4/+0
It's a lot of hassle for not a lot of benefit
2019-05-09Rewrite Deserialize trait around new Value and TypeNadrieril1-17/+63
2019-05-09Rewrite the StaticType trait and everything around itNadrieril1-4/+81
2019-05-07Fix deriveNadrieril1-0/+2
2019-05-06Move api-related modules into an api moduleNadrieril1-0/+38