#smart-pointers #pointers #smart #rc #strong

nightly strong_rc

不带弱引用计数的引用计数智能指针

5 个版本

使用旧 Rust 2015

0.1.4 2017年1月20日
0.1.3 2017年1月19日
0.1.2 2017年1月5日
0.1.1 2017年1月4日
0.1.0 2017年1月4日

#2804 in Rust 模式

MIT/Apache

35KB
336

strong_rc

此库是 Rust 中仅强引用计数的智能指针的实现。所有适用方法与 std::rc 中的方法具有相同的名称,因此可以作为其直接替代品。

Build Status Build status Crates.io

文档

用法

首先,将以下内容添加到您的 Cargo.toml

[dependencies]
strong_rc = "0.1.4"

接下来,将以下内容添加到您的包中

extern crate strong_rc;
use strong_rc::Rc;

然后您应该查阅文档,或者直接像使用 std::rc 一样使用它。

许可证

strong_rc 根据 MIT 许可证和 Apache 许可证(版本 2.0)的条款进行分发。

无运行时依赖