build_log 0.1.0

Colored logging macros for Rust build scripts
Documentation
1
2
3
4
#![cfg_attr(target_os = "none", no_std)]
#![doc = include_str!("../README.md")]

pub mod build_log_impl;