Docs.rs
cell-gc-0.2.1
cell-gc 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jorendorff
Dependencies
bit-vec ^0.4
normal
cell-gc-derive ^0.2.1
normal
compiletest_rs ^0.2
dev
Versions
61.22%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cell_gc
0.2.1
Module collections
Module Items
Structs
In crate cell_
gc
cell_gc
Module
collections
Copy item path
Source
Expand description
Collections for use with GC references.
Structs
ยง
VecRef
A reference to a GC-heap-allocated
Vec
.