use chemical_balancer::ChemicalBalancer; use std::str::FromStr; mod simple; #[test] fn ready() { println!("it works!") }