balsa 0.3.2

Reference implementation for the Balsa molecular line notation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod atom;
mod bond;
mod builder;
mod edge;
mod target;
mod walk;

pub use atom::Atom;
pub use bond::Bond;
pub use builder::Builder;
pub use edge::Edge;
pub use target::Target;
pub use walk::walk;