| Crates.io | dag |
| lib.rs | dag |
| version | 0.0.1 |
| created_at | 2025-07-23 11:41:47.197014+00 |
| updated_at | 2025-07-23 11:41:47.197014+00 |
| description | A simple Directed Acyclic Graph (DAG) implementation in Rust. |
| homepage | https://github.com/rustkit/dag |
| repository | https://github.com/rustkit/dag |
| max_upload_size | |
| id | 1764674 |
| size | 4,945 |
A simple and lightweight Directed Acyclic Graph (DAG) implementation in Rust.
Suitable for representing dependency graphs, task scheduling, or any scenario where DAGs are useful.