2 unstable releases

0.16.0 Nov 11, 2023
0.15.0 Aug 23, 2023

#1986 in Data structures

Download history 28/week @ 2024-03-11 38/week @ 2024-03-18 56/week @ 2024-03-25 77/week @ 2024-04-01 43/week @ 2024-04-08 86/week @ 2024-04-15 72/week @ 2024-04-22 89/week @ 2024-04-29 65/week @ 2024-05-06 43/week @ 2024-05-13 60/week @ 2024-05-20 73/week @ 2024-05-27 55/week @ 2024-06-03 59/week @ 2024-06-10 49/week @ 2024-06-17 51/week @ 2024-06-24

222 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.5–8MB
~145K SLoC