Registry / testing / claims

claims

JSON →
library0.8.0rscratesunverified

Additional assertion macros for testing, providing more expressive test assertions.

# Cargo.toml [dependencies] claims = "0.8.0"
INSTALL
IMPORT
SIG · CLAIMS
C
claims
testingrustv0.8.0
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_ok
✓ use claims::assert_ok;

Assert that a Result is Ok.

use claims::assert_ok; fn main() { let result: Result<i32, &str> = Ok(42); assert_ok!(result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
claims — cargo add claims · libregistry