summaryrefslogtreecommitdiff
path: root/serde_dhall/src/options (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: convert doc links to intra-doc linksNadrieril2020-12-182-48/+36
* Unify `skip_resolve_expr` with normal resolutionNadrieril2020-12-071-1/+1
* Thread cx everywhere else imports are readNadrieril2020-12-071-0/+1
* Thread cx through normalizationNadrieril2020-12-071-19/+21
* Don't store internal structures of `dhall` in `serde_dhall`Nadrieril2020-12-071-4/+7
* Expose binary parsing in the APINadrieril2020-11-201-0/+41
* Fix clippy and formattingNadrieril2020-10-281-1/+1
* Add missing documentationNadrieril2020-10-281-0/+184
* Make type annotation optional to allow serializing SimpleValueNadrieril2020-10-283-55/+49
* Implement serializationNadrieril2020-10-283-0/+441