trey 0.2.0

Writing V3000 CTfiles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[derive(Debug, PartialEq)]
pub enum Error {
    DecimalFormat,
    IdFormat,
    InvalidCharge,
    InvalidElement,
    InvalidValence,
    MissingAtom,
    DuplicateAtom,
    DuplicateBond,
    MissingBond,
    DuplicateRgroup,
    MissingRgroup,
}