Docs.rs
ntree-rs-0.1.1
ntree-rs 0.1.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
HectorMRC
Dependencies
async-recursion ^1.0.4
normal
futures ^0.3.28
normal
tokio ^1.24.1
dev
Versions
85.71%
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
☰
Crate ntree_rs
Version 0.1.1
All Items
Macros
Structs
?
Crate
ntree_rs
source
·
[
−
]
Expand description
Traversable node definition
Macros
node
Structs
Node
Represents the minimum unit in a tree, containing a value of type T and all those nodes children of the node itself, if any.