openapi_nexus_typescript/templating/
functions.rs

1//! Template functions module
2
3pub mod file_header;
4
5pub use file_header::file_header;