narui_core 0.1.2

unwrapped core crate of the narui gui framework
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod args;
pub(crate) mod context;
pub(crate) mod key;
pub(crate) mod patched_tree;

pub use context::{CallbackContext, ThreadContext, WidgetContext};
pub use key::Key;
pub use patched_tree::{HookRef, PatchTreeEntry, PatchedTree};