Docs.rs
task-graph-mcp-0.1.2
task-graph-mcp 0.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Oortonaut
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
base64 ^0.22
normal
chrono ^0.4
normal
clap ^4
normal
petname ^2
normal
refinery ^0.9
normal
regex-lite ^0.1
normal
rmcp ^0.14
normal
rusqlite ^0.37
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1
normal
tempfile ^3
dev
Versions
59.69%
of the crate is documented
Go to latest version
Platform
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
parse_task_row
task_
graph_
mcp
0.1.2
In task_
graph_
mcp::
db::
tasks
task_graph_mcp
::
db
::
tasks
Function
parse_
task_
row
Copy item path
Source
pub fn parse_task_row(row: &
Row
<'_>) ->
Result
<
Task
>