Skip to content
Snippets Groups Projects
lib.rs 95 B
pub mod widgets {
    pub use kayak_widgets::*;
}

pub mod core {
    pub use kayak_core::*;
}