spair 0.0.9

A framework for single-page application in Rust
Documentation
1
2
3
4
5
mod list;
mod text;

pub use list::*;
pub use text::*;