Skip to main content

Crate chematic_depict

Crate chematic_depict 

Source
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§

layout
2D coordinate generation for molecular depiction.
svg
SVG serializer for molecular 2D layouts.

Functions§

depict_svg
Compute a 2D layout and render it as an SVG string.