BrewStillery

Crates.ioBrewStillery
lib.rsBrewStillery
version6.2.0
sourcesrc
created_at2017-10-05 21:12:40.134379
updated_at2018-05-28 14:58:59.936159
descriptionBrewStillery is a brewer's, vintner's, and distiller's calculator. It has a multitude of great functions, such as calculating ABV, determining carbonation, and total sparge water needed.
homepagehttps://monkeylog.in
repositoryhttps://github.com/MonkeyLog/BrewStillery
max_upload_size
id34526
size2,120,506
Meade (TheDarkula)

documentation

README

BrewStillery

BrewStillery is a brewer's, vintner's, and distiller's calculator. It has a multitude of great functions, such as calculating ABV, determining carbonation, and total sparge water needed.

Written in Rust, using GTK3

New In 6.2.0

    • Annotated types to all variables
    • Cleaned up unnecessary logic in realABVFormatting()
    • Updated tests to include all logic cases

Full Changelog

Screenshots:

General Tab Screenshot

General Tab Filled In Screenshot

Beer Tab Top Screenshot

Beer Tab Top Filled In Screenshot

Beer Tab Bottom Screenshot

Beer Tab Bottom Screenshot

Champagne Tab Screenshot

Champagne Tab Screenshot

About Tab Screenshot

To Do:

  • Add Sugars And Fruits To ABV From Grain

  • Add Water Minerals Calculator

  • Add Documentation To The Info Tab

  • Add Export To Gourmet Option

Building:

To install on Arch, the AUR package name is brewstillery.

BrewStillery requires GTK 3.22.

To build, just run cargo build --release. The resultant binary will be target/release/BrewStillery.

To install/uninstall system-wide, run install.sh or uninstall.sh from the scripts directory as your regular user.

If you're installing with cargo install BrewStillery, the logo image will be missing.

To fix this, you will need BrewStilleryLogo.png from the media directory.

Install it with sudo install -Dm755 ../media/BrewStilleryLogo.png /usr/share/BrewStillery/BrewStilleryLogo.png

Sources:

Commit count: 0

cargo fmt