facet-python
Generate Python type definitions from facet type metadata.
This crate uses facet’s reflection capabilities to generate Python
type hints and TypedDicts from any type that implements Facet.
Example
use Facet;
use to_python;
let py = ;
assert!;