tight 0.1.3

A simple expense tracker.
Documentation

Tight: A Simple Expense Tracker

Tight is a simple expense tracker written in Rust. It is currently developed on 64-bit Linux.

Contributions are welcome, see CONTRIBUTING.md for help getting started.

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.