update documentation

This commit is contained in:
William Cheng 2018-10-26 21:03:17 +08:00
parent 3b53ac435f
commit 6b41260755
2 changed files with 8 additions and 0 deletions

View File

@ -6,4 +6,7 @@ CONFIG OPTIONS for elm
0.19 - Elm 0.19 0.19 - Elm 0.19
0.18 - Elm 0.18 0.18 - Elm 0.18
elmPrefixCustomTypeVariants
Prefix custom type variants (Default: false)
Back to the [generators list](README.md) Back to the [generators list](README.md)

View File

@ -10,4 +10,9 @@ CONFIG OPTIONS for rust
hideGenerationTimestamp hideGenerationTimestamp
Hides the generation timestamp when files are generated. (Default: true) Hides the generation timestamp when files are generated. (Default: true)
library
library template (sub-template) to use. (Default: hyper)
hyper - HTTP client: Hyper.
reqwest - HTTP client: Reqwest.
Back to the [generators list](README.md) Back to the [generators list](README.md)