Docs.rs
nb-tree-0.2.0-alpha01
nb-tree 0.2.0-alpha01
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
Quetzal2
Dependencies
itertools ^0.13.0
normal
replace_with ^0.1.7
normal
tracing ^0.1
normal
test-log ^0.2
dev
tracing-subscriber ^0.3
dev
Versions
41.75%
of the crate is documented
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.2.0-alpha01
In nb_
tree::
tree
nb_tree
::
tree
Type Alias
DiffNode
Copy item path
Source
pub type DiffNode<N> = (
Option
<N>,
Option
<N>);
Expand description
Representation of a node differential