Docs.rs
tree-flat-0.1.2
tree-flat 0.1.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
mamcx
Dependencies
criterion ^0.4.0
dev
ego-tree ^0.6.2
dev
walkdir ^2.3.2
dev
Versions
71.7%
of the crate is documented
Go to latest version
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 node
Structs
?
Module
tree_flat
::
node
source
·
[
−
]
Expand description
Flat-tree nodes
Structs
Node
An immutable view of the
Self::data
in the
Tree
with their
NodeId
.
NodeId
A node ID into the internal tree.
NodeMut
A mutable view of the
Self::data
in the
Tree
with their
NodeId
.
TreeMut
A mutable reference in the
Tree
of the
NodeId
.