my-env-logger-style 0.2.0

pretty, opinionated style for env_logger
Documentation
1
2
3
4
5
6
fn main() {
	// Enable "nightly" cfg if the current compiler is nightly.
	if rustc_version::version_meta().unwrap().channel == rustc_version::Channel::Nightly {
		println!("cargo:rustc-cfg=nightly");
	}
}