Registry / other / boa-gc

boa-gc

JSON →
library0.21.1rscratesunverified

Garbage collector for the Boa JavaScript engine.

# Cargo.toml [dependencies] boa_gc = "0.21.1"
INSTALL
IMPORT
SIG · BOA-GC
B
boa-gc
otherrustv0.21.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 boa_gc::Gc;

Create a garbage-collected integer.

use boa_gc::Gc; fn main() { let value = Gc::new(42); println!("{}", *value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.21.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
15
Meta
1
Amazon
1
OpenAI (training)
1
Resources
boa-gc — cargo add boa-gc · libregistry