async_ui_core 0.1.0

Shared code for Async UI
Documentation
pub mod backend;
pub use mount::mount;
pub mod context;
pub mod executor;
pub mod fragment;
pub mod list;
pub mod mount;
pub mod position;
pub mod vnode;
pub use fragment::__private_macro_only;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        let result = 2 + 2;
        assert_eq!(result, 4);
    }
}