-
Notifications
You must be signed in to change notification settings - Fork 0
huytd/mvvm-rs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MVVM Pattern in Rust ==================== The Model and ViewModel are in models.rs file. The UI renderer is in view.rs file. It use RustBox as a core, but it can be replaced with anything. Both UI renderer and Model are completely unaware about each other. The mission of ViewModel is to determine which data and how will it being rendered on the screen.
About
MVVM Pattern Implementation in Rust
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published