facet-toml
TOML serialization for facet using the new format architecture.
This is the successor to facet-toml, using the unified facet-format traits.
Deserialization
use Facet;
use from_str;
let toml = r#"
name = "my-app"
port = 8080
"#;
let config: Config = from_str.unwrap;
assert_eq!;
assert_eq!;