Styx format support for facet.
This crate provides Styx deserialization and serialization using the facet reflection system.
Deserialization Example
use Facet;
use from_str;
let styx = "name myapp\nport 8080";
let config: Config = from_str.unwrap;
assert_eq!;
assert_eq!;
Serialization Example
use Facet;
use to_string;
let config = Config ;
let styx = to_string.unwrap;
assert!;
assert!;