| Crates.io | bouquin |
| lib.rs | bouquin |
| version | 0.1.1 |
| created_at | 2021-11-20 22:31:30.166163+00 |
| updated_at | 2021-11-20 22:53:05.530398+00 |
| description | Adds a few functions to log things with style. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 485093 |
| size | 4,455 |
Adds a few functions to log things with style.
The focus of this library is on ease of use and modularity.
Bouquin is intended to be used by small projects as a time saver and doesn't do much.
You might find better alternatives by searching a bit more.
use bouquin::prelude::*;
fn main () {
log_info("lorem ipsum");
log_warn("dolor amit");
let a = 420;
log_error(format!("caused by: '{}'", a));
}
For now, the crate doesn't do much, but plans are: