A Rust libary to introduce the Drc smart pointer along with its Weak counterpart.
Drc
Weak
Documentation (needs link)
Add the following to your Cargo.toml:
Cargo.toml
toml [dependencies] drc = "0.1"
and then add this to your crate root:
rust extern crate drc;