summaryrefslogtreecommitdiff
path: root/serde_dhall/src/options/de.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-18chore: convert doc links to intra-doc linksNadrieril1-28/+20
2020-12-07Unify `skip_resolve_expr` with normal resolutionNadrieril1-1/+1
2020-12-07Thread cx everywhere else imports are readNadrieril1-0/+1
2020-12-07Thread cx through normalizationNadrieril1-19/+21
2020-12-07Don't store internal structures of `dhall` in `serde_dhall`Nadrieril1-4/+7
2020-11-20Expose binary parsing in the APINadrieril1-0/+41
2020-10-28Make type annotation optional to allow serializing SimpleValueNadrieril1-30/+7
2020-10-28Implement serializationNadrieril1-6/+6
2020-10-28Prefer u64/i64 to usize/isizeNadrieril1-3/+3
2020-04-05Doc tweaksNadrieril1-0/+4
2020-04-05Final doc tweaksNadrieril1-32/+32
2020-04-05TweaksNadrieril1-10/+13
2020-04-05Borrow type annotationNadrieril1-10/+8
2020-04-05Rewrite builder with state machine to allow parse::<>Nadrieril1-86/+117
2020-04-05Make Deserializer functions the only functionsNadrieril1-15/+14
2020-04-05Document Deserializer methodsNadrieril1-16/+197
2020-04-05Rename Deserialize trait to FromDhallNadrieril1-2/+2
2020-04-05Rename Options to DeserializerNadrieril1-13/+21
2020-03-31Hide serde Error internalsNadrieril1-2/+2
2020-03-31Move mod simple into valueNadrieril1-1/+1
2020-03-31Rework SimpleTypeNadrieril1-2/+3
2020-03-31Add a bunch of TODOsNadrieril1-0/+9
2020-03-31Introduce option builderNadrieril1-0/+138