You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having configuration file at Crate level let's minimize configuration overrides required to be set on each buildable structs and their fields.
It let's override or extend defaults such as type names which are considered Default, Option or Extend (see #16). Including capacity to remove existing defaults.
Configuration format should be defined. A JSON support will be welcomed. Considered options:
Having configuration file at Crate level let's minimize configuration overrides required to be set on each buildable structs and their fields.
It let's override or extend defaults such as type names which are considered
Default
,Option
orExtend
(see #16). Including capacity to remove existing defaults.Configuration format should be defined. A JSON support will be welcomed. Considered options:
serde_yaml
serde_dhall
hcl-rs
toml
#pkl
nickel-lang-core
The text was updated successfully, but these errors were encountered: