doclog
A Rust log library based on Rust's compiler logs.
Usage
The library is intended to be used building a Log using a builder:
This results in the following log in the terminal:
info at 2021-03-09T12:16:18.382Z - A title
┌─
│ 3 let z = x + y
│ └── The variable 'y' must be a number
└─