fallow-core 2.42.0

Analysis orchestration for fallow codebase intelligence (dead code, duplication, plugins, cross-reference)
Documentation
1
2
3
4
5
6
7
8
//! Re-exports from `fallow-extract::cache`.
//!
//! The cache module has been moved to the `fallow-extract` crate since it is
//! tightly coupled with the parsing/extraction pipeline. This module provides
//! backwards-compatible re-exports so that `fallow_core::cache::*` paths
//! continue to resolve.

pub use fallow_extract::cache::*;