Skip to main content

fallow_core/
cache.rs

1//! Re-exports from `fallow-extract::cache`.
2//!
3//! The cache module has been moved to the `fallow-extract` crate since it is
4//! tightly coupled with the parsing/extraction pipeline. This module provides
5//! backwards-compatible re-exports so that `fallow_core::cache::*` paths
6//! continue to resolve.
7
8pub use fallow_extract::cache::*;