Docs.rs
stack_dst-0.8.1
stack_dst 0.8.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
thepowersgang
Dependencies
generic-array ^0.14
normal
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module fifo
stack_
dst
0.8.1
Module fifo
Module Items
Structs
In crate stack_
dst
stack_dst
Module
fifo
Copy item path
Source
Expand description
Implementation of the FIFO list structure
Structs
ยง
Fifo
A First-In-First-Out queue of DSTs
Iter
DST FIFO iterator (immutable)
IterMut
DST FIFO iterator (mutable)
PopHandle
Handle returned by
Fifo::pop
(does the actual pop on drop)