Implement very simple digraph with cycle detection

This commit is contained in:
2021-02-13 20:48:34 +01:00
commit a3a8749f54
3 changed files with 127 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "tracing-mutex"
version = "0.1.0"
authors = ["Bert Peters <bert@bertptrs.nl>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]