Registry / utility / archery

archery

JSON →
library1.2.2rscratesunverified

Abstract over the atomicity of reference-counting pointers

# Cargo.toml [dependencies] archery = "1.2.2"
INSTALL
IMPORT
SIG · ARCHERY
A
archery
utilityrustv1.2.2
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.

SharedPointer
use archery::SharedPointer;

Create and use a shared pointer with abstract atomicity

use archery::SharedPointer; fn main() { let ptr: SharedPointer<i32> = SharedPointer::new(42); println!("{}", *ptr); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
2
Meta
1
Amazon
1
Resources
archery — cargo add archery · libregistry