balsa 0.3.2

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

pub use atom::Atom;
pub use bond::Bond;
pub use bridge_pool::BridgePool;
pub use builder::Builder;
pub use walk::walk;