drc 0.1.0

A Rust library to add a new "Drc" smart pointer.
Documentation
drc-0.1.0 has been yanked.

drc

A Rust libary to introduce the Drc smart pointer along with its Weak counterpart.

Documentation (needs link)

Usage

Add the following to your Cargo.toml:

[dependencies]

drc = "0.1"

and then add this to your crate root:

extern crate drc;