kagura 0.8.2

Frontend frame-work for wasm on Rust.
Documentation
1
2
3
pub trait BasicComponent<T> {
    fn render(&mut self) -> T;
}