rhai_components 0.5.3

JSX-like syntax extension for Rhai
Documentation
1
2
3
4
5
#[derive(Clone)]
pub struct ComponentReferenceStub {
    pub name: String,
    pub path: String,
}