summaryrefslogtreecommitdiff
path: root/serde_dhall/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-16Remove dead codeNadrieril1-1/+2
2019-08-16Reduce api surface of dhall crateNadrieril1-8/+6
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
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
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