//! `petgraph-gen` is a crate that extends [petgraph](https://github.com/petgraph/petgraph)
//! with functions that generate graphs with different properties.
pub use barabasi_albert_graph;
pub use complete_graph;
pub use empty_graph;
pub use star_graph;
pub use random_gnm_graph;
pub use random_gnp_graph;