2 unstable releases

0.16.0 Nov 11, 2023
0.15.0 Aug 23, 2023

#1937 in Data structures

Download history 57/week @ 2024-01-06 67/week @ 2024-01-13 37/week @ 2024-01-20 22/week @ 2024-01-27 12/week @ 2024-02-03 21/week @ 2024-02-10 49/week @ 2024-02-17 56/week @ 2024-02-24 33/week @ 2024-03-02 29/week @ 2024-03-09 39/week @ 2024-03-16 53/week @ 2024-03-23 64/week @ 2024-03-30 36/week @ 2024-04-06 104/week @ 2024-04-13 67/week @ 2024-04-20

278 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–8MB
~144K SLoC