//! Coda code generators.
//!//! # Unstable
//!//! The APIs exposed by this module are _primarily_
//! for use by automated tooling (macros, CLIs, etc.);
//! the exact APIs are subject to change, and may
//! not be well-optimized.
#[cfg(any(feature ="langs-open-api", test))]pubmodopen_api;#[cfg(any(feature ="langs-python", test))]pubmodpython;#[cfg(any(feature ="langs-rust", test))]pubmodrust;#[cfg(any(feature ="langs-typescript", test))]pubmodtypescript;