Registry / utility / rclite

rclite

JSON →
library0.4.1rscratesunverified

Small, fast, and memory-friendly reference counting compatible with Arc and Rc APIs.

# Cargo.toml [dependencies] rclite = "0.4.1"
INSTALL
IMPORT
SIG · RCLITE
R
rclite
utilityrustv0.4.1
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.

Rc
use rclite::Rc;

Creates a reference-counted integer using RcLite.

use rclite::Rc; fn main() { let value = Rc::new(42); println!("Reference count: {}", Rc::strong_count(&value)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
rclite — cargo add rclite · libregistry