build-alert 0.1.7

Display a message in the Cargo build output during compilation.
Documentation
1
2
3
4
5
6
7
build_alert::yellow! {"
NOTE:  it worked!
  This example message only appears when building this crate
  in its git repo, not when depending on it via crates.io.
"}

fn main() {}