Docs.rs
tree-ds-0.1.1
tree-ds 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
clementwanjau
Dependencies
serde ^1.0
normal
optional
thiserror ^1.0.61
normal
serde_json ^1.0
dev
Versions
66.67%
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
tree_ds
0.1.1
Module prelude
Structs
Enums
Type Aliases
In crate tree_ds
Module
tree_ds
::
prelude
Copy item path
source
·
[
−
]
Expand description
A module to re-export the necessary types for the tree data structure.
Structs
§
Node
A node in a tree.
Tree
A tree data structure.
Enums
§
NodeRemovalStrategy
The strategy to use when removing a node from the tree.
Type Aliases
§
Result
SubTree