Crate mmrbi

source ·
Expand description

MaulingMonkey’s Rust Build Infrastructure

Re-exports

Modules

Macros

  • Display an error in the same style as cargo or rustc: error[E1234]: an error message –> examples/macros.rs:2:3
  • Display an error in the same style as cargo or rustc, then exit(1): error[E1234]: an error message –> examples/macros.rs:2:3
  • Display a header section: a header
  • Display informational messages in the same style as cargo or rustc: info[E1234]: an informational message –> examples/macros.rs:2:3
  • Display a status/progress lines in the same style as cargo or rustc:  Documenting mmrbi v0.0.0 (C:\local\mmrbi)     Finished dev [debuginfo] target(s) in 0.91s
  • Display a warning in the same style as cargo or rustc: warning[E1234]: a warning message –> examples/macros.rs:2:3

Structs

Traits