No description
| .vscode | ||
| src | ||
| ui | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
About
Simple retirement calculator built with rust and slint to experiment with them.
Usage
- Install Rust by following the Rust Getting Started Guide.
Once this is done, you should have the
rustccompiler and thecargobuild system installed in your path. - Build with cargo
cargo build - Run the application binary
cargo run