1 2 3 4 5 6 7 8 9
pub use component::*; pub use entity_type::*; pub mod component; pub mod entity_type; use inexor_rgf_core_model as model; pub const NAMESPACE_VALUE: &str = "value";