freeroast

Crates.iofreeroast
lib.rsfreeroast
version0.1.9
sourcesrc
created_at2022-01-19 22:21:41.049678
updated_at2022-12-21 02:23:19.122742
descriptionA simple coffee roasting app
homepage
repositoryhttps://gitlab.com/codeguy131/freeroast
max_upload_size
id517115
size56,819
(codeguy13)

documentation

https://docs.rs/freeroast

README

Freeroast

pipeline status Crates.io Crates.io GitLab last commit docs.rs

The purpose at the moment is to record coffee roasts and keep track of beans in stock

Release Notes


Build with CLI

git clone https://gitlab.com/codeguy131/freeroast.git

cargo build

Install via crates.io

cargo install freeroast

Build docs

cargo doc

Run in docker

In project root

docker build -t roast:latest .

docker run -it roast:latest

Commit count: 106

cargo fmt