Skip to content

A Very simple And Configurable Compound interest Calculator With Online Selic Tax Values Writed In Rust.

Notifications You must be signed in to change notification settings

HaruNashii/RustInfoInvest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustInfoInvest Logo

RustInfoInvest

A Very Simple And Configurable Compound Interest Calculator With Online Selic Rate Values And Realtime Currency View, Writed In Rust.




Showcase

image
Others Pages
  • Realtime Currency Page
image
  • Investment Wallet Page
image
  • Selic Historic Page
image



Known Issues

  • hard to read when window is small
  • messy code



Future Plans

  • make the code right
  • make the code fast



Dependencies

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



Downloading And Running

  • 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!! :).



Building And Running

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

About

A Very simple And Configurable Compound interest Calculator With Online Selic Tax Values Writed In Rust.

Resources

Stars

Watchers

Forks