Docs.rs
redact-composer-core-0.1.2
redact-composer-core 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dousto
Dependencies
log ^0.4.20
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
redact-composer-derive ^0.1.0
normal
serde ^1.0
normal
thiserror ^1.0.52
normal
twox-hash ^1.6.3
normal
typetag ^0.2.14
normal
serde_json ^1.0.108
dev
Versions
100%
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
redact_composer_core
0.1.2
Module tree
Structs
In redact_composer_core::render
?
Module
redact_composer_core
::
render
::
tree
source
·
[
−
]
Expand description
Basic n-ary tree implementation.
Structs
Node
An index based n-ary tree node.
NodeIter
A node iterator with optional
skip
indices.
Tree
An n-ary index-based tree.