14 releases (7 breaking)
0.8.0 | Oct 30, 2021 |
---|---|
0.7.0 | May 23, 2020 |
0.6.0 | Mar 14, 2018 |
0.5.0 | Jun 17, 2017 |
0.3.0 | Nov 24, 2015 |
#1 in #directed-acyclic-graph
24,992 downloads per month
Used in 124 crates
(25 directly)
78KB
1.5K
SLoC
daggy
A directed acyclic graph data structure for Rust.
It is Implemented on top of petgraph's Graph data structure and attempts to follow similar conventions where suitable.
Usage
Please see the tests directory for some basic usage examples.
Use daggy in your project by adding it to your Cargo.toml dependencies like so:
[dependencies]
daggy = "*"
License
Dual-licensed to be compatible with the petgraph and Rust projects.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.
Dependencies
~2.5MB
~34K SLoC