[][src]Crate auto_cc

Modules

collect

Implementation of cycle detection and collection.

trace

Tracing traits, types, and implementation.

Structs

Cc

A reference-counted pointer type over an immutable value.

Weak

A weak version of Cc<T>.

Functions

cc

Wraps Cc::new with some logic to automatically track the number of allocated objects and perform a collection when needed.