Expand description
chematic-depict — 2D SVG depiction engine for chematic.
Entry point: depict_svg(mol) returns an SVG string.
Re-exports§
pub use layout::Layout;pub use layout::Point;pub use layout::compute_layout;pub use svg::render_svg;
Modules§
Functions§
- depict_
svg - Compute a 2D layout and render it as an SVG string.