Registry / utility / aliasable

aliasable

JSON →
library0.1.3rscratesunverified

Basic aliasable (non-unique pointer) types for Rust, enabling shared ownership without reference counting.

# Cargo.toml [dependencies] aliasable = "0.1.3"
INSTALL
IMPORT
SIG · ALIASABLE
A
aliasable
utilityrustv0.1.3
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.

Aliasable
use aliasable::Aliasable;

Creates an aliasable pointer to an integer.

use aliasable::Aliasable; fn main() { let value = Aliasable::new(42); println!("Value: {}", *value); }
Debug
Known issues
gotchaUnsafe aliasing; must ensure no mutable references exist
fix
Use only when you can guarantee aliasing invariants
affects: >=0.1.0
Upgrade
Version history
0.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
aliasable — cargo add aliasable · libregistry