Crate werror[][src]

Macros

Macro asserts that two expressions are identical to each other. Unlike std::assert_eq it is removed from a release build.

Macro asserts that two expressions are identical to each other. Unlike std::assert_eq it is removed from a release build. Alias of debug_assert_id.

Macro asserts that two expressions are not identical to each other. Unlike std::assert_eq it is removed from a release build.

Macro asserts that two expressions are not identical to each other. Unlike std::assert_eq it is removed from a release build.

Macro to generate error.

Structs

baic implementation of generic Error

Traits

Alias for std::error::Error.