Docs.rs
mindtask-0.2.1
mindtask 0.2.1
Docs.rs crate page
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
theHausdorffMetric
Dependencies
anyhow ^1
normal
clap ^4
normal
jiff ^0.2
normal
petgraph ^0.8
normal
serde ^1
normal
serde_json ^1
normal
termtree ^1.0.0
normal
thiserror ^2
normal
tempfile ^3
dev
Versions
94.69%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
validate_dag
mindtask
0.2.1
In mindtask::
graph::
dag
mindtask
::
graph
::
dag
Function
validate_
dag
Copy item path
Source
pub fn validate_dag(tasks: &[
Task
]) ->
Result
<
()
,
String
>
Expand description
Validate the task DAG:
All depends_on references point to existing tasks
No cycles