Docs.rs
tmai-core-0.6.2
tmai-core 0.6.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
trust-delta
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
clap ^4
normal
dirs ^6
normal
libc ^0.2
normal
local-ip-address ^0.6
normal
nix ^0.31
normal
once_cell ^1
normal
parking_lot ^0.12
normal
portable-pty ^0.9
normal
rand ^0.10
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
toml ^1.0
normal
tracing ^0.1
normal
uuid ^1
normal
pretty_assertions ^1
dev
temp-env ^0.3
dev
tempfile ^3.25.0
dev
Versions
83.78%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
read_task
tmai_
core
0.6.2
read_
task
Sections
Arguments
In tmai_
core::
teams::
task
tmai_core
::
teams
::
task
Function
read_
task
Copy item path
Source
pub fn read_task(task_path: &
Path
) ->
Result
<
TeamTask
>
Expand description
Read a single task file
ยง
Arguments
task_path
- Path to the task JSON file (e.g.,
1.json
)