jessie-lib 0.1.11

The essential library for the Jessie UI framework.
Documentation
1
2
3
4
5
6
///The root of a Jessie app.
///Jessie programs are "mini programs communicating with each other".
///In our case, we use this LayoutProvider struct to tell Jessie that this is our "main mini program".
pub trait LayoutProvider {
    fn build();
}