Docs.rs
scc-2.2.5
scc 2.2.5
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
wvwwvwwv
Dependencies
equivalent ^1.0
normal
optional
loom ^0.7
normal
optional
sdd ^3.0
normal
serde ^1.0
normal
optional
criterion ^0.5
dev
futures ^0.3
dev
proptest ^1.5
dev
rand ^0.8
dev
serde_test ^1.0
dev
static_assertions ^1.1
dev
tokio ^1.41
dev
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
scc
2.2.5
Module stack
Module Items
Structs
In crate scc
scc
Module
stack
Copy item path
Source
Expand description
Stack
is a lock-free concurrent last-in-first-out container.
Structs
ยง
Iter
An iterator over the entries of a
Stack
.
Stack
Stack
is a lock-free concurrent last-in-first-out container.