Linux | Windows | macOs |
---|---|---|
Downloads | Stars |
---|---|
Stable version | Release date | License | Languages | Main language | Size |
---|---|---|---|---|---|
Contributors | Watchers | Followers | Sponsors |
---|---|---|---|
Activity | Last commit |
---|---|
π² An easy-to-use financial manager written in Rust π²
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.
π All the rules are here: Contribution.
-
β οΈ The application is designed for Linux, so avoid using other systems or remake the program to avoid bugs.β οΈ -
ποΈ Download all files and put them in a one directory.
-
βοΈ 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
-
π² Enjoy =)
- πΊ 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.