| Crates.io | drc |
| lib.rs | drc |
| version | 0.1.2 |
| created_at | 2018-06-11 02:30:36.929748+00 |
| updated_at | 2018-06-11 02:56:54.588956+00 |
| description | A Rust library to add a new "Drc" smart pointer. |
| homepage | |
| repository | https://github.com/0-0-1/drc |
| max_upload_size | |
| id | 69555 |
| size | 119,620 |
A Rust library to introduce the Drc smart pointer along with its Weak counterpart.
Add the following to your Cargo.toml:
[dependencies]
drc = "0.1"
and then add this to your crate root:
extern crate drc;