Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 926 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 926 Bytes

drc   Latest Version

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;

License

drc is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for drc by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms and conditions.