duid 0.1.0

Web framework for creating fast and interactive client side web application
Documentation
1
2
3
4
5
6
7
8
//!
//!  **Duid** (**D**jedou **u**ser **i**nterface **d**esign) is a web framework for creating fast and interactive client side web application in **Rust webassembly**
//!  following [**Elm Architecture**](https://guide.elm-lang.org/architecture/).
//!
//!

pub use duid_core::core::*;
pub use duid_core::console;