1//! The `traits` module defines different public traits that are not specific to
2//! a special module and are used generally in `xsd-parser`
34mod naming;
5mod vec_helper;
67pub use naming::{NameBuilder, NameBuilderExt, NameFallback, Naming};
8pub use vec_helper::{VecHelper, WithIdent};