Docs.rs
cactusref-0.5.0
cactusref 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
lopopolo
github:artichoke:crates-io-publishers
Dependencies
hashbrown ^0.14.0
normal
log ^0.4.6
normal
rustc-hash ^1.1.0
normal
env_logger ^0.10.0
dev
version-sync ^0.9.5
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cactusref
0.5.0
Cactus
Ref
Aliased Type
In crate cactusref
cactusref
Type Alias
CactusRef
Copy item path
Source
pub type CactusRef<T> =
Rc
<T>;
Expand description
Cactus alias for
Rc
.
Aliased Type
ยง
struct CactusRef<T> {
/* private fields */
}