Registry / utility / audio-garbage-collector

audio-garbage-collector

JSON →
library1.2.0rscratesunverified

Wrapper on top of `basedrop` that provides a drop-in GC API that'll collect reference-counted values on a background thread.

# Cargo.toml [dependencies] audio-garbage-collector = "1.2.0"
INSTALL
IMPORT
SIG · AUDIO-GARBAGE-COLL
A
audio-garbage-collector
utilityrustv1.2.0
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.

GarbageCollector
use audio_garbage_collector::GarbageCollector;

Creates a new garbage collector for audio processing.

use audio_garbage_collector::GarbageCollector; fn main() { let gc = GarbageCollector::new(); println!("GC created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
audio-garbage-collector — cargo add audio-garbage-collector · libregistry