Skip to main content

Crate orrery

Crate orrery 

Source
Expand description

Orrery - A diagram language for creating component and sequence diagrams.

Parsing, layout, and rendering for the Orrery diagram language. Both component diagrams and sequence diagrams are supported through a text-based DSL.

Modules§

color
Color handling for Orrery diagrams.
config
Configuration types for Orrery diagram rendering.
draw
Drawable abstractions for diagram elements.
identifier
Identifier management using string interning for efficient string storage and comparison.
semantic
Semantic diagram model types.

Structs§

DiagramBuilder
Builder for parsing and rendering Orrery diagrams.

Enums§

OrreryError
The main error type for Orrery operations.