Docs.rs
mktree-0.6.1
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
mktree 0.6.1
An egui tree to display entities of tree structure, e.g. CG assets, staffs, etc.
Crate
Source
Builds
Feature flags
Documentation
Coverage
34.78%
16
out of
46
items documented
0
out of
36
items with examples
Size
Source code size: 38.39 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 4.71 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
crates.io
Dependencies
crossbeam-channel ^0.5.6
normal
egui ^0.21.0
normal
log ^0.4.17
normal
mkentity ^0.1.0
normal
Versions
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Owners
mktree
Tree structure display using
egui
, in which each tree node is an enum variant of
TreeNode
.