Registry / utility / gc
library0.5.1rscratesunverified

Tracing garbage collector plugin for Rust.

# Cargo.toml [dependencies] gc = "0.5.1"
INSTALL
IMPORT
SIG · GC
G
gc
utilityrustv0.5.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.

Gc
use gc::Gc;

Use a garbage-collected pointer.

use gc::Gc; fn main() { let x = Gc::new(42); println!("{}", *x); }
Debug
Known issues
gotchaThis crate uses nightly features and may not compile on stable Rust.
fix
Use a nightly Rust toolchain.
affects: >=0.5.0
Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gc — cargo add gc · libregistry