Ade-graph
ade-graph provides the core graph data structures and utilities for directed graphs within the ADE ecosystem. It focuses on efficient representation and manipulation of graph data.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage Example
The ade-graph crate offers utilities for building and working with directed graphs. The build_graph function is a convenient way to construct a graph from a list of nodes and edges.
use build_graph;
use GraphViewTrait;
Documentation
The complete documentation is available on docs.rs.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.