Crate kind_config

Crate kind_config 

Source

Structs§

ConfigError
Form
A configuration data structure that is kind-checked at runtime. Items are declared using the item member function, after which their value can be updated but their kind (bool, int, float, string) cannot change.
Parameter
A value and an about string. This is the value type of the HashMap used in a Form.

Enums§

Value
Enum (variant) whose kind is either bool, f64, f64, or String. These are the types of values allowed in a Form.

Functions§

to_string_map_from_key_val_pairs
to_string_map_from_key_val_pairs_allowing_duplicates