cargo-modules 0.26.0

A cargo plugin for showing a tree-like overview of a crate's modules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: tests/structure.rs
expression: output
---
COMMAND:
structure
--features
opt-in

STDERR:

STDOUT:

crate github_issue_362
├── mod on_by_default: pub(crate) #[cfg(feature = "on-by-default")]
└── mod opt_in: pub(crate) #[cfg(feature = "opt-in")]