frui 0.0.1

A developer-friendly framework for building user interfaces in Rust
Documentation
1
2
3
4
5
6
7
8
9
mod button;
mod random_state;
mod switch;

pub mod children_combinations;

pub use button::*;
pub use random_state::*;
pub use switch::*;