StoichKit

A toolkit for stoichiometry.

Features

Usage

```$xslt $ stoichkit --help stoichkit 0.1.0

USAGE: stoichkit [substances]...

ARGS: ... Fully balanced chemical reaction list: [*] , coeff defaults to 1

FLAGS: -h, --help Prints help information -V, --version Prints version information ```

$ stoichkit "2*Al" 2.8 "3*Cl2" 4.25 "2*AlCl3" 4.889 Yield: 0.91756254

Installation

  1. Clone this repo
  2. With cargo installed, run cargo build --release
  3. Run ./target/release/stoichkit or copy that binary to a bin folder.

Roadmap