batch-processing 0.1.17

A batch library for processing a list of items in parallel
Documentation
1
2
3
4
5
6
7
use std::env;

#[cfg(test)]
pub fn enable_test_log() {
    env::set_var("RUST_LOG", "debug");
    pretty_env_logger::init()
}