Skip to content

git-user-cpp/fideus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

logo_round_mini

FiDeus

Linux Windows macOs
Build Ubuntu Build Windows Build macOS
Downloads Stars
GitHub all releases GitHub Repo stars
Stable version Release date License Languages Main language Size
GitHub release (latest by date) GitHub Release Date GitHub GitHub language count GitHub top language GitHub code size in bytes
Contributors Watchers Followers Sponsors
GitHub contributors GitHub watchers GitHub followers GitHub Sponsors
Activity Last commit
GitHub commit activity GitHub last commit

πŸ’² An easy-to-use financial manager written in Rust πŸ’²


⚠️ LICENSE ⚠️

Copyright 2023 Andrew Kushyk

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


🀝 How to contribute to FiDeus 🀝

πŸ“˜ All the rules are here: Contribution.


πŸ’» How to use this app πŸ’»

  1. ⚠️ The application is designed for Linux, so avoid using other systems or remake the program to avoid bugs. ⚠️

  2. πŸ—‚οΈ Download all files and put them in a one directory.

  3. βš’οΈ Compile and run the program with cargo.

    • Compilation example for desktop version
    cargo run --features desktop
    
    • Compilation example for console version
    cargo run --features console
    
  4. πŸ’² Enjoy =)


❓ How to use tests ❓

  1. πŸ”Ί When you've already downloaded the program and you wanna test it, use this command:
cargo test -- --nocapture
  • ⚠️ Note that while using cargo test without -- --nocapture you won't see standart output.