drc

Crates.iodrc
lib.rsdrc
version0.1.2
sourcesrc
created_at2018-06-11 02:30:36.929748
updated_at2018-06-11 02:56:54.588956
descriptionA Rust library to add a new "Drc" smart pointer.
homepage
repositoryhttps://github.com/0-0-1/drc
max_upload_size
id69555
size119,620
(0-0-1)

documentation

https://docs.rs/drc/

README

drc

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

Documentation

Usage

Add the following to your Cargo.toml:

[dependencies]
drc = "0.1"

and then add this to your crate root:

extern crate drc;
Commit count: 8

cargo fmt