Skip to content

huytd/mvvm-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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.

Releases

No releases published

Packages

No packages published

Languages