atomio 0.1.0

Crate to parse chemical formula
Documentation
1
2
3
4
5
use atomio::run;

fn main() {
    run();
}