tasking 0.4.0

Simple tasking utility that automatically replaces tasks based on descriptors.
Documentation
1
2
3
4
5
6
7
mod task;
mod task_counter;
mod task_hub;

pub use task::*;
pub use task_counter::*;
pub use task_hub::*;