A Very Simple And Configurable Compound Interest Calculator With Online Selic Rate Values And Realtime Currency View, Writed In Rust.
- hard to read when window is small
- messy code
- make the code right
- make the code fast
to use all features in the app you will need the followings packages: "sdl3_ttf (Only In AUR), ttf-jetbrains-mono, pkg-config, base-devel, cmake, geckodriver and firefox"
| Arch Linux |
|---|
sudo pacman -Sy ttf-jetbrains-mono pkg-config base-devel cmake geckodriver firefox |
| --- |
yay -S sdl3_ttf or paru -S sdl3_ttf |
for basic features you will need to have only: "sdl3_ttf (Only In AUR), ttf-jetbrains-mono, pkg-config, base-devel and cmake"
| Arch Linux |
|---|
sudo pacman -Sy ttf-jetbrains-mono pkg-config base-devel cmake |
| --- |
yay -S sdl3_ttf or paru -S sdl3_ttf |
- Go to the Github Release Page
- Download The App Packages "RustInfoInvest_x86_64_Linux.zip"
- Unzip In Your Desired Location
- Give It Permission To Run (Can be done with "chmod a+x 'name_of_the_app'")
- Run It And Enjoy!! :).
after downloading the dependencies, you can build the app while on the root folder of the project with:
| Bash |
|---|
cargo build --release |
for running, you can direct run the app in the target/release folder, or if isn't builded yet, you can run the following command:
| Bash |
|---|
cargo run --release |


