Releases: artichoke/cactusref
v0.5.0
Release 0.5.0 of CactusRef.
cactusref
is available on crates.io.
CactusRef is a cycle-aware reference counting smart pointer that is a near drop-in replacement for std::rc::Rc
.
CactusRef requires a nightly compiler. CactusRef should be considered experimental.
v0.5.0 includes upgrades to dependency constraints for hashbrown
.
v0.5.0 is published as of this nightly rustc:
$ rustc -vV
rustc 1.77.0-nightly (2d7be7393 2023-12-23)
binary: rustc
commit-hash: 2d7be73931e0978c8758a672cc7258b417a7e999
commit-date: 2023-12-23
host: x86_64-apple-darwin
release: 1.77.0-nightly
LLVM version: 17.0.6
v0.4.0
Release 0.4.0 of CactusRef.
cactusref
is available on crates.io.
CactusRef is a cycle-aware reference counting smart pointer that is a near drop-in replacement for std::rc::Rc
.
CactusRef requires a nightly compiler. CactusRef should be considered experimental.
v0.4.0 includes upgrades to dependency constraints for hashbrown
.
v0.4.0 is published as of this nightly rustc:
$ rustc -vV
rustc 1.75.0-nightly (249624b50 2023-10-20)
binary: rustc
commit-hash: 249624b5043013d18c00f0401ca431c1a6baa8cd
commit-date: 2023-10-20
host: x86_64-apple-darwin
release: 1.75.0-nightly
LLVM version: 17.0.3
v0.3.0
Release 0.3.0 of CactusRef.
cactusref
is available on crates.io.
CactusRef is a cycle-aware reference counting smart pointer that is a near drop-in replacement for std::rc::Rc
.
CactusRef requires a nightly compiler. CactusRef should be considered experimental.
v0.3.0 includes upgrades to dependency constraints for hashbrown
and env_logger
.
v0.3.0 is published as of this nightly rustc:
$ rustc -vV
rustc 1.68.0-nightly (77429957a 2023-01-01)
binary: rustc
commit-hash: 77429957a0e9c90a26c89def061ffdd4bae5ccb9
commit-date: 2023-01-01
host: x86_64-unknown-linux-gnu
release: 1.68.0-nightly
LLVM version: 15.0.6
v0.2.0
Release 0.2.0 of CactusRef.
cactusref
is available on crates.io.
CactusRef is a cycle-aware reference counting smart pointer that is a near drop-in replacement for std::rc::Rc
.
CactusRef requires a nightly compiler. CactusRef should be considered experimental.
v0.2.0 includes fixes that ensure CactusRef compiles on recent nightlies. v0.2.0 is published as of this nightly rustc:
$ rustc -vV
rustc 1.61.0-nightly (0677edc86 2022-03-31)
binary: rustc
commit-hash: 0677edc86e342f333d4828b0ee1ef395a4e70fe5
commit-date: 2022-03-31
host: x86_64-apple-darwin
release: 1.61.0-nightly
LLVM version: 14.0.0
v0.1.1
Release 0.1.1 of CactusRef.
cactusref
is available on crates.io.
CactusRef is a cycle-aware reference counting smart pointer that is a near drop-in replacement for std::rc::Rc
.
CactusRef requires a nightly compiler. CactusRef should be considered experimental.
v0.1.1 includes improvements to documentation on this crate's experimental status #40.
v0.1.0
Release 0.1.0 of CactusRef.
cactusref
is available on crates.io.
CactusRef is a cycle-aware reference counting smart pointer that is a near drop-in replacement for std::rc::Rc
.
CactusRef requires a nightly compiler. CactusRef should be considered experimental.