2 unstable releases

0.16.0 Nov 11, 2023
0.15.0 Aug 23, 2023

#123 in #initialization

Download history 8/week @ 2024-11-13 39/week @ 2024-11-20 62/week @ 2024-11-27 64/week @ 2024-12-04 86/week @ 2024-12-11 24/week @ 2024-12-18 19/week @ 2025-01-01 18/week @ 2025-01-08 67/week @ 2025-01-15 31/week @ 2025-01-22 28/week @ 2025-01-29 53/week @ 2025-02-05 38/week @ 2025-02-12 29/week @ 2025-02-19 48/week @ 2025-02-26

175 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