Module placer

Source
Expand description

This module contains the placer, the code that assigns X,Y coordinates to all of the elements in the graph.

Re-exports§

pub use place::Placer;

Modules§

place
This module contains the implementation of the placer, which assigns the final (x,y) coordinates to all of the elements in the graph.

Enums§

BlockKind
Categorizes blocks to visible and invisible. We use this enum to tell the passes which blocks they are allowed to touch.

Constants§

EPSILON