drc 0.1.2

A Rust library to add a new "Drc" smart pointer.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 0 items with examples
  • Size
  • Source code size: 119.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • 0-0-1/drc
    2 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 0-0-1

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;