zynk-gen-ts 0.1.2

Plain TypeScript generator for Zynk API graphs
Documentation
1
2
3
//! Naming helpers reused from the canonical schema crate.

pub use zynk_schema::naming::{to_camel_case, to_pascal_case};