nrelm 0.1.0

An idiomatic GUI library inspired by Elm and based on gtk3-rs
1
2
3
4
5
6
7
8
9
mod gtk;

#[cfg(test)]
mod tests;

/// Factory widget traits and default implementations for GTK containers.
pub mod traits;

pub use traits::*;