inexor_rgf_model_file/
lib.rs

1
2
3
4
5
6
7
8
pub use component::*;

pub mod component;

use inexor_rgf_core_model as model;
use inexor_rgf_model_runtime as model_runtime;

pub const NAMESPACE_FILE: &str = "file";