//! Traits and a naive implementation to support graphs with customzied vertex types and edge types.
//!
//! ```plain
//! Queryable Growable VertexShrinkable
//! | | |
//! | | v
//! | | EdgeShrinkable
//! | | |
//! | v |
//! +--------> Base <---------+
//! ```
pub use *;
pub use *;