Expand description
Helper/wrapper types with good serde support
I.e. are made explicitly for good representations that can be used
in config and state files. They (generally) also support
FromStr, and thus are also usable with the clap command line
parser.
Modulesยง
- allowed_
env_ var - date_
and_ time - Date-and-time representations that can be nicely serialized/deserialized
- git_
branch_ name - git_
hash - git_
reference - git_url
- key_val
- A key/val pair that supports serde and command line parsing for clap.
- map
- A map that supports serde and construction via
Vec<KeyVal>, and that way, command line parsing via clap. - priority
- proper_
dirname - proper_
filename - regex
- tilde_
path - val_
or_ ref - Do not confuse with
RefOrOwned:RefOrOwnedis for Rust references, this is for string references to some keyed collection.