use-config-key
Primitive configuration key, path, and section types.
use-config-key models names for configuration values. It supports plain keys such as port and dotted paths such as server.port, while rejecting empty keys and empty path segments.
use ConfigPath;
let path = parse.unwrap;
let segments: = path.segments.collect;
assert_eq!;
assert_eq!;
This crate only models names. It does not read files, parse configuration formats, or resolve values.