reactive_graph_std_string_model/
lib.rs

1pub use component::*;
2pub use entity::*;
3
4pub mod component;
5pub mod entity;
6
7pub const NAMESPACE_STRING: &str = "string";