Expand description
Threadsafe garbage collector (the Orc<T>
type).
The Orc
While there may be some useful applications in pure rust programms for this of memory managment scheme, the intended use case is garbage collection for unityped (speak: dynamic) languages written in and tightly integrated with rust.