#directed-acyclic-graph #graph #acyclic #directed #dag

deprecated daggy2

A directed acyclic graph data structure library. It is Implemented on top of petgraph's Graph data structure and attempts to follow similar conventions where suitable.

2 releases

0.8.2+deprecated Feb 22, 2025
0.8.1 Jan 10, 2025

#7 in #directed

Download history 187/week @ 2025-01-08 146/week @ 2025-01-15 52/week @ 2025-01-22 21/week @ 2025-01-29 40/week @ 2025-02-05 28/week @ 2025-02-12 213/week @ 2025-02-19 40/week @ 2025-02-26 7/week @ 2025-03-05

289 downloads per month

MIT/Apache

79KB
1.5K SLoC

daggy2 Actions Status Crates.io Crates.io docs.rs

[!NOTE] This is a fork of daggy, with updated dependencies. This fork is no longer applicable as daggy's maintenance has been picked up.

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]
daggy2 = "0.8.1"

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