Docs.rs
stack-graphs-0.14.1
stack-graphs 0.14.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dcreager
patrickt
hendrikvanantwerpen
rewinfrey
Dependencies
bincode ^2.0.0-rc.3
normal
optional
bitvec ^1.0.1
normal
controlled-option ^0.4.1
normal
either ^1.6
normal
enumset ^1.1
normal
fxhash ^0.2
normal
itertools ^0.10.2
normal
libc ^0.2
normal
lsp-positions ^0.3
normal
rusqlite ^0.28
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
serde_with ^3.1
normal
optional
smallvec ^1.6
normal
thiserror ^1.0
normal
assert-json-diff ^2
dev
maplit ^1.0
dev
pretty_assertions ^0.7
dev
serde_json ^1.0
dev
Versions
59.07%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
DequeArena
stack_
graphs
0.14.1
Deque
Arena
Aliased Type
In stack_
graphs::
arena
stack_graphs
::
arena
Type Alias
Deque
Arena
Copy item path
Source
pub type DequeArena<T> =
ReversibleListArena
<T>;
Aliased Type
ยง
pub struct DequeArena<T> {
/* private fields */
}