2 unstable releases
0.16.0 | Nov 11, 2023 |
---|---|
0.15.0 | Aug 23, 2023 |
#2254 in Data structures
277 downloads per month
Used in 7 crates
(4 directly)
5KB
91 lines
BatBox
Collection of commonly useful crates
lib.rs
:
Logging
Initialize the logger using one of the methods here, then just use the [log] crate stuff
batbox_logger::init();
log::info!("This is a doctest");
Dependencies
~5–12MB
~140K SLoC