Docs.rs
nb-tree-0.1.0
nb-tree 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
Quetzal2
Dependencies
log ^0.4
normal
Versions
0%
of the crate is documented
This release has been yanked, 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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nb_tree
0.1.0
Module prelude
Structs
Type Aliases
In crate nb_tree
Module
nb_tree
::
prelude
Copy item path
source
·
[
−
]
Structs
§
Path
A path to a [Tree] node A
Path
is a collection of branches to follow to get to the desired node. An empty
Path
represents the root of the [Tree].
Tree
Tree structure with generic node and branch data Each node is linked to its children via branches.
Type Aliases
§
DiffTree