Docs.rs
ling-runtime-2030.0.0
ling-runtime 2030.0.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
taellinglin
Dependencies
ling-core ^2030.0.0
normal
mimalloc ^0.1
normal
optional
Versions
81.25%
of the crate is documented
Platform
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
Skip to main content
Module gc
ling_
runtime
2030.0.0
Module gc
Module Items
Structs
In crate ling_
runtime
ling_runtime
Module
gc
Copy item path
Source
Expand description
Simple reference-counting GC shim. A full tracing GC can be plugged in behind this API later.
Structs
§
Gc
A garbage-collected smart pointer (currently just Arc).