inexor_rgf_model_flow/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
use inexor_rgf_core_model as model;

pub use component::*;
pub use entity::*;
pub use extension::*;

pub mod component;
pub mod entity;
pub mod extension;

pub const NAMESPACE_FLOW: &str = "flow";