summaryrefslogtreecommitdiff
path: root/serde_dhall/src/static_type.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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