summaryrefslogtreecommitdiff
path: root/dhall/src/traits.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-10Split traits module into submodulesNadrieril1-154/+0
2019-04-10Add error submoduleNadrieril1-5/+1
2019-04-10Add a new Deserialize trait for reading dhall valuesNadrieril1-0/+50
2019-04-10Add SimpleType and SimpeStaticType. Derive the latterNadrieril1-39/+70
2019-04-06Rename some modulesNadrieril1-0/+0
2019-04-06s/Type/StaticType/Nadrieril1-11/+11
2019-03-31Remove some redundant namespacingNadrieril1-30/+30
2019-03-26Derive DhallType for structsNadrieril1-0/+77