Registry / testing / claim
library0.5.0rscratesunverified

Provides assertion macros for testing and debugging.

# Cargo.toml [dependencies] claim = "0.5.0"
INSTALL
IMPORT
SIG · CLAIM
C
claim
testingrustv0.5.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 claim::assert_ok;

Uses the assert_ok! macro to assert a Result is Ok.

use claim::assert_ok; let result: Result<i32, &str> = Ok(42); assert_ok!(result); println!("Assertion passed!");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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