tight

Crates.iotight
lib.rstight
version1.0.1
sourcesrc
created_at2017-02-27 11:57:56.003685
updated_at2020-11-07 02:32:47.054944
descriptionA simple command-line expense tracker
homepagehttps://git.korte.land/will/tight
repositoryhttps://git.korte.land/will/tight
max_upload_size
id8711
size118,440
Crate Publishers (github:nexromancers:crate-publishers)

documentation

https://git.korte.land/will/tight

README

Tight

Tight is a simple expense tracker, written in Rust. Contributions are welcome, see CONTRIBUTING.md for help getting started.

This is in very early stages of development, so I apologise if this documentation is a bit sparse. I figured sparse would be better than misleading when I change something fundamental.

Building

Tight is built with Cargo, the Rust package manager.

Use cargo build to compile, and find the resulting binary in target/debug/tight. You can also run cargo build --release for a release build.

Documentation

Run cargo doc --open to open the documentation for both Tight and its dependencies in a web browser.

Commit count: 0

cargo fmt