Expand description
Canonical Zynk schema types shared by server bindings and generators.
This crate intentionally contains only data structures and small naming helpers. It performs no file IO, runtime routing, or code generation.
Re-exports§
pub use endpoint::Endpoint;pub use endpoint::EndpointKind;pub use endpoint::Param;pub use graph::ApiGraph;pub use graph::EnumDef;pub use graph::Field;pub use graph::ModelDef;pub use types::TypeKind;pub use types::TypeRef;
Modules§
Enums§
- Value
- Represents any valid JSON value.