sdml-generate 0.3.2

Simple Domain Modeling Language (SDML) generated Artifacts
Documentation
/*!
This module provides the generators for *module-to-file* conversion which includes documentation, RDF, and
s-expressions.
*/

// ------------------------------------------------------------------------------------------------
// Modules
// ------------------------------------------------------------------------------------------------

pub mod doc;

#[cfg(feature = "json")]
pub mod json;

pub mod rdf;

#[cfg(feature = "s-expr")]
pub mod sexpr;

pub mod source;