strong_rc 0.1.3

Reference counting smart pointer without weak count
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name          = "strong_rc"

version       = "0.1.3"

authors       = ["Mazdak Farrokhzad <twingoow@gmail.com>"]

license       = "MIT/Apache-2.0"

description   = "Reference counting smart pointer without weak count"

readme        = "README.md"

keywords      = ["rc", "strong", "smart", "pointers"]

repository    = "https://github.com/Centril/rust_strong_rc"

homepage      = "https://github.com/Centril/rust_strong_rc"

documentation = "https://docs.rs/strong_rc"



[dependencies]

field-offset = "0.1.1"



[dev-dependencies]

rand = "0.3.15"