Expand description

The module that holds types to embed nodes of a tree into the plane.

Structs

The Embedder type provides a single public method embed to arrange nodes of a tree into the plane.
The PlacedTreeItem is the embedding information for one single tree node. It is used only in a collection type Embedding. External API: keep stable.

Type Definitions

The Embedding is the interface to drawers that need the embedding to transform it to their own format.