//! The Overture `connector` feature — a graph node.
//!
//! A connector is a bare junction point: an id and a `Point`. Segments are
//! stitched into a graph by referencing shared connector ids.
use Point;
use crateOvertureEntryId;
/// A junction point shared between segments; becomes a graph node.