dumap-layout 1.1.0

Squarified treemap layout algorithm for dumap
Documentation
1
2
3
4
5
mod rect;
mod squarify;

pub use rect::LayoutRect;
pub use squarify::{LayoutConfig, LayoutEntry, TreemapLayout, squarify_layout};