Docs.rs
gladiator-0.0.0-alpha
gladiator 0.0.0-alpha
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
trimorphdev
Dependencies
Versions
89.29%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate gladiator
gladiator
0.0.0-alpha
All Items
Crate Items
Modules
Structs
Crate
gladiator
Copy item path
Source
Expand description
A precise, concurrent garbage collector written in Rust.
Modules
§
trace
Structs
§
Arena
A garbage collected arena of memory.
Borrow
A value borrowed from a
Gc
smart pointer.
Borrow
Mut
A value mutably borrowed from a
Gc
smart pointer.
Gc
A smart pointer to a garbage collected value in an
Arena
.