Expand description
A simple coffee roasting app
Install the binary using cargo:
cargo install freeroast
Structs§
Enums§
- Roast
Event - For handeling events durring the roast
Constants§
- DB_FILE
- Main production sqlite database
- TEST_
DB_ FILE - Database used for testing
Functions§
- get_
all_ beans - Returns a vector conaining all beans in database
- get_
all_ roasts - Returns vector containing all roasts in database
- init_db
- Initialize new sqlite database if none exist already
- time_
now