Crate lib_xch

Source
Expand description

This is the official library of xch-ceb.

It can parse and balance the Chemical Equation.

  • Unlimited brackets
  • No Periodic table of the elements needed
  • Provides the set of Basic Solutions instead of only one solution.

§Getting Started

lib_xch::public::handler::Handler::<i32>::new("H2O=H2+O2").handle().unwrap();

Modules§

  • The module which provides a bunch of APIs.