summaryrefslogtreecommitdiff
path: root/serde_dhall/src/deserialize.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes #210 avoid possible conflicts by not using AsRef traitQeenon2021-01-251-1/+1
* chore: convert doc links to intra-doc linksNadrieril2020-12-181-1/+0
* Implement serializationNadrieril2020-10-281-3/+13
* Prefer u64/i64 to usize/isizeNadrieril2020-10-281-28/+4
* Make `SimpleValue` deserializable within other typesNadrieril2020-10-271-7/+112
* Make SimpleValue public and add from_simple_value()Benjamin Levy2020-10-241-1/+46
* Make Deserializer functions the only functionsNadrieril2020-04-051-1/+1
* Rename Deserialize trait to FromDhallNadrieril2020-04-051-2/+2
* More docNadrieril2020-03-311-8/+26
* Hide serde Error internalsNadrieril2020-03-311-3/+3
* Move mod simple into valueNadrieril2020-03-311-1/+1
* Rework SimpleValueNadrieril2020-03-311-5/+5
* Add a bunch of TODOsNadrieril2020-03-311-1/+2
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-311-0/+124