Registry / utility / pin-init

pin-init

JSON →
library0.2.0rscratesunverified

Safe pinned-initialization in Rust.

# Cargo.toml [dependencies] pin-init = "0.2.0"
INSTALL
IMPORT
SIG · PIN-INIT
P
pin-init
utilityrustv0.2.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.

pin_init
use pin_init::pin_init;

Initializes a pinned value safely.

use pin_init::pin_init; fn main() { let value = pin_init!(42); println!("Pinned value: {}", *value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pin-init — cargo add pin-init · libregistry