plumb-core 0.0.12

Deterministic design-system linter — rule engine and core types.
Documentation
1
2
3
4
5
6
7
8
//! Edge-alignment rules.
//!
//! Currently exposes:
//!
//! - [`near_alignment`] — sibling edges that almost-but-not-quite line
//!   up should snap to the cluster centroid.

pub mod near_alignment;