reactive_graph_std_value_model/
lib.rs

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