Docs.rs
task-tracker-0.2.0
task-tracker 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
popen2
Dependencies
futures ^0.3.18
normal
hashbrown ^0.13.2
normal
tokio ^1
normal
tracing ^0.1.37
normal
uuid ^1.3.0
normal
maplit ^1.0.2
dev
tracing-subscriber ^0.3.16
dev
Versions
0%
of the crate is documented
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
Files
task_tracker/
lib.rs
1
mod
inner_task;
2
mod
tracker;
3
4
pub use
inner_task::TaskResult;
5
pub use
tracker::TaskTracker;