2 unstable releases

0.16.0 Nov 11, 2023
0.15.0 Aug 23, 2023

#2254 in Data structures

Download history 63/week @ 2024-06-02 48/week @ 2024-06-09 49/week @ 2024-06-16 53/week @ 2024-06-23 10/week @ 2024-06-30 17/week @ 2024-07-07 42/week @ 2024-07-14 39/week @ 2024-07-21 38/week @ 2024-07-28 35/week @ 2024-08-04 43/week @ 2024-08-11 24/week @ 2024-08-18 46/week @ 2024-08-25 63/week @ 2024-09-01 65/week @ 2024-09-08 100/week @ 2024-09-15

277 downloads per month
Used in 7 crates (4 directly)

MIT license

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