//! rf — a search envelope that fuses ripgrep and fd for agent use.
//!
//! This is an early name-claiming stub. The working prototype today is a
//! Python wrapper (see the project's `search.py`); this crate is the Rust
//! implementation, which begins in earnest at the "in-process cutover" —
//! the point where rf links the `ignore`, `grep`, and `walkdir` crates
//! directly instead of shelling out, so every match keeps its full stage
//! provenance natively.
const VERSION: &str = env!;