hazmat/
lib.rs

1//! A collection of helpers for working with hazardous materials in Rust crates.
2
3#![deny(rustdoc::broken_intra_doc_links)]
4
5pub use hazmat_macros::suit;