Docs.rs
lightning-containers-0.2.1
lightning-containers 0.2.1
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
shisoft
Dependencies
crossbeam-epoch ^0.9
normal
crossbeam-utils ^0.8
normal
libc ^0.2.69
normal
log ^0.4.8
normal
num_cpus ^1
normal
seahash ^4
normal
smallvec ^1
normal
chashmap ^2.2.2
dev
env_logger ^0.8
dev
page_size ^0.4.2
dev
rayon ^1
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
lightning
0.2.1
NodeRef
Aliased Type
In lightning::
linked_
map
lightning
::
linked_map
Type Alias
NodeRef
Copy item path
Source
pub type NodeRef<T> =
Arc
<
Node
<T>>;
Aliased Type
ยง
pub struct NodeRef<T> {
/* private fields */
}