Docs.rs
generational-arena-tree-0.0.0-dev.1
generational-arena-tree 0.0.0-dev.1
Docs.rs crate page
MPL-2.0
Links
crates.io
Source
Owners
Antikyth
Dependencies
cfg_attrs ^2.1.2
normal
generational-arena ^0.2.9
normal
thiserror ^1.0.50
normal
Versions
89.91%
of the crate is documented
Go to latest stable release
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
☰
generational_arena_tree
0.0.0-dev.1
All Items
Modules
Structs
Enums
Traits
Type Aliases
?
Crate
generational_arena_tree
source
·
[
−
]
Modules
iter
split
split
unified
unified
Structs
Arena
An arena in which nodes are allocated.
Token
Enums
RootToken
Traits
BaseNode
BranchNode
A
node
that can have
children
.
BranchNodeDeque
deque
A
node
that stores its
children
as a
VecDeque
, allowing them to be
indexed
.
LinkedNode
A
node
that is linked to its
previous
and
next
siblings.
Node
A node in a tree.
NodeToken
Type Aliases
ArenaIndex