lib.rs 150 B

12345
  1. /// Test utilities.
  2. /// See [`thread_local_logger`] for more details.
  3. mod logging;
  4. pub mod thread_local_logger;
  5. pub use logging::{init_log, LOG_DIR};