//! A [`Edge`] — a directed edge between two nodes (an import, a call, a
//! containment, …). The `kind` is the plugin's own vocabulary; its semantics
//! (flow vs structural, label, hint) come from a matching
//! [`EdgeKindSpec`](crate::EdgeKindSpec).
use crateAttributes;
use crateNodeId;
use ;