purr 0.9.0

Primitives for reading and writing the SMILES language in Rust.
Documentation
1
2
3
4
5
#[derive(Debug,PartialEq)]
pub enum Error {
    Join(usize, usize),
    Rnum(usize)
}