# drc   [![Latest Version]][crates.io]
[Latest Version]: https://img.shields.io/crates/v/drc.svg
[crates.io]: https://crates.io/crates/drc
A Rust library to introduce the `Drc` smart pointer along with its `Weak` counterpart.
[Documentation](https://docs.rs/drc/)
## Usage
Add the following to your `Cargo.toml`:
```toml
[dependencies]
drc = "0.1"
```
and then add this to your crate root:
```rust
extern crate drc;
```
## License
drc is licensed under either of
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/license-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
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.