xsd-parser 1.5.2

Rust code generator for XML schema files
Documentation
1
2
3
4
5
6
7
8
//! The `code` module contains types and helper methods to format and manage the
//! code generated by this crate.

mod ident_path;
mod module;

pub use self::ident_path::{IdentPath, InvalidIdentPath, ModuleIdent, ModulePath};
pub use self::module::{Module, SubModules};