ghost-gc

Crates.ioghost-gc
lib.rsghost-gc
version0.1.0
sourcesrc
created_at2024-11-28 12:20:40.65835
updated_at2024-11-28 12:20:40.65835
descriptionA safe garbage collected arena.
homepage
repository
max_upload_size
id1464292
size54,451
Cameron B (cbrownsey)

documentation

README

A garbage collected arena in which garbage collected boxes can be allocated, and which can't escape from the arena, using invariant lifetimes.

[Gc]

The main type of this crate. A garbage collected pointer which is branded with an invariant lifetime. This is a thin pointer, any associated metadata is stored inline with the data.

The Gc is capable of holding any type which implements the trait [Collect], which includes most types which do not contain interior mutability.

Commit count: 0

cargo fmt