1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
//! Efficient reference counted collections, brought to you by
//! [@NikolaiVazquez](https://twitter.com/NikolaiVazquez)!
//!
//! # License
//!
//! This project is released under either:
//!
//! - [MIT License](https://github.com/nvzqz/counted/blob/master/LICENSE-MIT)
//!
//! - [Apache License (Version 2.0)](https://github.com/nvzqz/counted/blob/master/LICENSE-APACHE)
//!
//! at your choosing.