livid 0.2.13

livid is a lightweight frontend Rust crate for creating web apps via webassembly
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, Copy, Clone)]
pub enum FrameType {
    FlatBox,
    RFlatBox,
    RoundBox,
    FlatFrame,
    RFlatFrame,
    RoundFrame,
}