No description
Find a file
2024-01-20 18:26:33 -05:00
.vscode simple retirement income calculator 2024-01-18 20:38:15 -05:00
src adjust for inflation 2024-01-20 18:15:43 -05:00
ui adjust for inflation 2024-01-20 18:15:43 -05:00
.gitignore simple retirement income calculator 2024-01-18 20:38:15 -05:00
build.rs simple retirement income calculator 2024-01-18 20:38:15 -05:00
Cargo.lock simple retirement income calculator 2024-01-18 20:38:15 -05:00
Cargo.toml simple retirement income calculator 2024-01-18 20:38:15 -05:00
LICENSE different license 2024-01-20 18:26:33 -05:00
README.md update readme 2024-01-20 18:17:55 -05:00

About

Simple retirement calculator built with rust and slint to experiment with them.

Usage

  1. Install Rust by following the Rust Getting Started Guide. Once this is done, you should have the rustc compiler and the cargo build system installed in your path.
  2. Build with cargo
    cargo build
    
  3. Run the application binary
    cargo run