//! Semgrep CLI arg composition.
//!
//! Droidsaw does not bundle semgrep rules. This module provides the
//! plumbing for users to bring their own semgrep rules — via
//! `--rules <path>` (multi-arg) and the `DROIDSAW_SEMGREP_RULES` env
//! var (path-separator-merged on the host platform via
//! [`std::env::split_paths`]).
pub use ;
pub use run_and_persist;