Registry / utility / reborrow

reborrow

JSON →
library0.5.5rscratesunverified

Emulate reborrowing for user types, allowing safe borrowing patterns similar to Rust's built-in references.

# Cargo.toml [dependencies] reborrow = "0.5.5"
INSTALL
IMPORT
SIG · REBORROW
R
reborrow
utilityrustv0.5.5
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.

Reborrow
use reborrow::Reborrow;

Create a reborrow wrapper around a reference.

use reborrow::Reborrow; fn main() { let x = 5; let r = Reborrow::new(&x); println!("{}", *r); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
reborrow — cargo add reborrow · libregistry