Assure: macros for Rust runtime checks and error handling

This Rust crate provides the macro assure! and its friends. These are similar to the macro assert! and its friends.

Macro for truth checking:

Macros for value comparison:

Macros for iterator sets, such as arrays and vectors:

Macros for IO-related truth checking, which returns Err(std::io::Error(…)):