summaryrefslogtreecommitdiff
path: root/serde_dhall/src/serde.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Seal `Deserialize` traitNadrieril2019-12-201-0/+2
| | | | Fixes #81
* s/ExprF/ExprKind/Nadrieril2019-12-201-2/+2
|
* Refer to semantics module properlyNadrieril2019-12-151-1/+1
|
* Reexport dhall_syntax as a module in dhallNadrieril2019-12-151-1/+1
|
* Rename SubExpr to Expr, and Expr to RawExprNadrieril2019-08-281-2/+2
| | | | For clarity, and consistency with Value
* clippyNadrieril2019-08-271-14/+18
|
* No need to track the absence of `Span`s at the type levelNadrieril2019-08-131-3/+6
|
* Rework API to resemble that of serde_jsonNadrieril2019-08-131-1/+2
|
* Add new error type for serde_dhallNadrieril2019-08-131-11/+1
|
* Move api into its own crateNadrieril2019-08-131-0/+70