| Crates.io | easerx |
| lib.rs | easerx |
| version | 0.1.0 |
| created_at | 2025-07-04 12:40:41.553337+00 |
| updated_at | 2025-07-04 12:40:41.553337+00 |
| description | A reactive MVI (Model-View-Intent) framework for Rust. |
| homepage | https://wmywork.github.io/EaseRx/ |
| repository | https://github.com/wmywork/EaseRx |
| max_upload_size | |
| id | 1737981 |
| size | 149,546 |
EaseRx is a reactive MVI (Model-View-Intent) framework for Rust, designed to reduce the mental burden of Rust's asynchronous programming and provide a concise and intuitive state management solution.
just tool to run examples. To install just: cargo install just. For more details about just, please explore just.systems.just to see all just commands, or you can directly open the justfile in the project root directory
to view all commands.just todo.To run the example: just ratatui.
To run the example: just cursive.