Registry / utility / modifier

modifier

JSON →
library0.1.0rscratesunverified

Fluid chaining APIs for both mutable ownership types.

# Cargo.toml [dependencies] modifier = "0.1.0"
INSTALL
IMPORT
SIG · MODIFIER
M
modifier
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.

Modifier
use modifier::Modifier;

Applies a modification to a value using the Modifier trait.

use modifier::Modifier; fn main() { let value = 5.modify(|x| x + 1); println!("Modified value: {}", value); }
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
3 hits · last 30 days
node
2
Amazon
1
Resources
modifier — cargo add modifier · libregistry