Skip to content

Goitseone-Themba/rust-income-divider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Income Divider

A Rust desktop application that's using Slint for the user interface.

About

This simple app is a business income divider. It takes the input amount and divides according to tax %, the owner's %, profit and operational const and displays the results.

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. Install cargo-generate
    cargo install cargo-generate
    
  3. Set up a sample project with this template
    cargo generate --git https://github.com/slint-ui/slint-rust-template --name my-project
    cd my-project
    
  4. Build with cargo
    cargo build
    
  5. Run the application binary
    cargo run
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published