Docs.rs
is-tree-0.9.9
is-tree 0.9.9
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
notdanilo
Dependencies
enum-as-inner ^0.6.0
normal
is-tree-macro ^0.9.7
normal
Versions
74.71%
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
Files
is_tree/path/
segment.rs
1
pub enum
PathSegment<T> {
2
Root,
3
Self_,
4
Super,
5
Other(T)
6
}