[](https://crates.io/crates/tbl)
[](https://docs.rs/tbl)
[](https://github.com/PicoJr/tbl/blob/master/LICENSE)
# TBL
**T**erminal **B**ar (time)**L**ine (**WIP**)
`cargo run --example datetime`

## Example
```rust
use tbl::Renderer;
let data = vec![(0., 2.), (3., 4.)];
## TODO
- [x] ~~support or~~ forbid joint intervals e.g. `[(0,2), (1,3)]`
- [x] prepare for release on crate.io
- [x] add doc
- [x] add test
- [ ] split `build_blocks` into several parts