git-user-cpp / fideus

:heavy_dollar_sign: An easy-to-use financial manager written in Rust :heavy_dollar_sign:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:heavy_dollar_sign: An easy-to-use financial manager written in Rust :heavy_dollar_sign:

License:Apache License 2.0


Languages

Language:Rust 96.5%Language:CSS 3.5%