code-moniker 0.4.0

Standalone CLI / linter for the code-moniker symbol graph: file and directory probes, project-wide architecture rules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod strategy;

#[cfg(feature = "pretty")]
mod files;
#[cfg(feature = "pretty")]
mod outline;
#[cfg(feature = "pretty")]
mod style;

#[cfg(feature = "pretty")]
pub(crate) use files::{FileEntry, write_files_tree};
#[cfg(feature = "pretty")]
pub(crate) use outline::write_tree;