mirui 0.1.0

A lightweight, no_std ECS-driven UI framework for embedded, desktop, and WebAssembly
Documentation
1
2
3
4
5
6
7
8
9
pub mod entity;
pub mod sparse_set;
pub mod system;
pub mod world;

pub use entity::Entity;
pub use sparse_set::SparseSet;
pub use system::System;
pub use world::World;