dag

Crates.iodag
lib.rsdag
version0.0.1
created_at2025-07-23 11:41:47.197014+00
updated_at2025-07-23 11:41:47.197014+00
descriptionA simple Directed Acyclic Graph (DAG) implementation in Rust.
homepagehttps://github.com/rustkit/dag
repositoryhttps://github.com/rustkit/dag
max_upload_size
id1764674
size4,945
Billgo (billgo)

documentation

https://docs.rs/dag

README

dag

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.

Features

  • Add and remove nodes/edges
  • Detect cycles
  • Topological sort
Commit count: 0

cargo fmt