2 unstable releases

0.16.0 Nov 11, 2023
0.15.0 Aug 23, 2023

#117 in #initialization

Download history 36/week @ 2024-07-22 37/week @ 2024-07-29 38/week @ 2024-08-05 41/week @ 2024-08-12 25/week @ 2024-08-19 65/week @ 2024-08-26 46/week @ 2024-09-02 70/week @ 2024-09-09 100/week @ 2024-09-16 98/week @ 2024-09-23 47/week @ 2024-09-30 7/week @ 2024-10-07 48/week @ 2024-10-14 31/week @ 2024-10-21 46/week @ 2024-10-28 44/week @ 2024-11-04

169 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
~141K SLoC