Docs.rs
task_forge-0.1.1
task_forge 0.1.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ZivoMartin
Dependencies
thiserror ^2.0.9
normal
tokio ^1.37.0
normal
tracing ^0.1.41
normal
Versions
51.16%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
task_
forge
0.1.1
Module task
Module Items
Structs
Traits
In crate task_
forge
task_forge
Module
task
Copy item path
Source
Expand description
Contains the trait definitions for tasks.
Structs
§
Task
Interface
This struct is given to each task at the begining of it
Traits
§
Task
Trait
To use a task forge you should implement this trait to your tasks.