wal-core 0.1.1

A framework for creating client-side single-page apps using Rust.
Documentation
1
2
3
4
5
pub mod component;
pub mod events;
pub mod router;
pub(crate) mod utils;
pub mod virtual_dom;