Registry / utility / is-match

is-match

JSON →
library0.1.0rscratesunverified

Library to check whether something matches something else.

# Cargo.toml [dependencies] is-match = "0.1.0"
INSTALL
IMPORT
SIG · IS-MATCH
I
is-match
utilityrustv0.1.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.

IsMatch
use is_match::IsMatch;

Check if a value matches a predicate using the IsMatch trait.

use is_match::IsMatch; fn main() { let result = 5.is_match(&|x| x > 3); println!("Is match: {}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
is-match — cargo add is-match · libregistry