Registry / testing / more-asserts

more-asserts

JSON →
library0.3.1rscratesunverified

Small library providing additional assert_* and debug_assert_* macros for Rust testing.

# Cargo.toml [dependencies] more-asserts = "0.3.1"
INSTALL
IMPORT
SIG · MORE-ASSERTS
M
more-asserts
testingrustv0.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

assert_lt
use more_asserts::assert_lt;

Asserts that 1 is less than 2.

use more_asserts::assert_lt; assert_lt!(1, 2);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
more-asserts — cargo add more-asserts · libregistry