frui 0.0.1

A developer-friendly framework for building user interfaces in Rust
Documentation
1
2
3
4
5
6
pub use frui_core::*;

pub mod prelude {
    pub use frui_core::prelude::*;
    pub use frui_widgets::*;
}