//! Core types for graph structures
use Hash;
/// A trait representing a node in a graph
/// Implements Node for common types
/// A trait for edge weights in a graph
/// Implements EdgeWeight for common types
/// Represents an edge in a graph