summaryrefslogtreecommitdiff
path: root/serde_dhall/src/static_type.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: convert doc links to intra-doc linksNadrieril2020-12-181-1/+1
|
* Move table of type correspondancesNadrieril2020-10-281-22/+4
|
* Implement serializationNadrieril2020-10-281-0/+60
|
* Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril2020-04-101-0/+1
|
* Fix clippy warningsNadrieril2020-04-051-4/+2
|
* Final doc tweaksNadrieril2020-04-051-1/+3
|
* Make Deserializer functions the only functionsNadrieril2020-04-051-2/+2
|
* More docNadrieril2020-03-311-0/+47
|
* Document moreNadrieril2020-03-311-8/+25
|
* Rework SimpleTypeNadrieril2020-03-311-13/+13
|
* Add a bunch of TODOsNadrieril2020-03-311-0/+1
|
* Expose simple::Val/Ty properly in the APINadrieril2020-03-311-9/+12
|
* Move Value, SimpleValue and SimpleType to serdeNadrieril2020-03-311-2/+1
|
* Add SimpleType to mirror SimpleValueNadrieril2020-03-311-4/+4
|
* Split serde_dhall::Value to separate values from typesNadrieril2020-03-311-13/+13
|
* Deserialize more typesNadrieril2020-01-161-3/+8
|
* Reexport dhall_syntax as a module in dhallNadrieril2019-12-151-1/+1
|
* Merge `Type` and `Value` in serde_dhallNadrieril2019-08-131-13/+13
| | | | There was no point in separating them
* Move api into its own crateNadrieril2019-08-131-0/+93