Docs.rs
fancy-tree-0.1.5
fancy-tree 0.1.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
spenserblack
Dependencies
clap ^4.5.52
normal
directories ^6.0.0
normal
either ^1.15.0
normal
find-editor ^1.0.0
normal
gengo-language ^0.14
normal
git2 ^0.20.3
normal
glob ^0.3.3
normal
mlua ^0.11
normal
owo-colors ^4.2.3
normal
rstest ^0.26
dev
tempfile ^3.24.0
dev
Versions
94.44%
of the crate is documented
Platform
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
Skip to main content
Files
fancy_tree/lua/
mod.rs
1
//! Module for lua utilities.
2
3
mod
api;
4
pub mod
interop;
5
pub mod
state;