parsli 0.0.1

Parallel status lines for Rust
Documentation
1
2
3
4
5
6
#![feature(trait_alias)]

pub mod task;
pub mod pool;
pub mod graph;