//! Rust source analysis and safe edit helpers for `mdx-rust`.
//!
//! This crate owns source discovery, Rust code finders, bundle construction,
//! conservative hardening analysis, isolated workspace creation, patch
//! application, validation command records, and rollback snapshots used by the
//! optimizer and hardening engine.
//!
//! ## Stability contract
//!
//! The supported product surface for `0.4.x` is the `mdx-rust` CLI. This crate
//! is published so the CLI can be installed from crates.io, but the library API
//! is intentionally unstable before `1.0`.
/// Analyze an agent crate and return the source scope mdx-rust may inspect.
pub use ;
/// Rust source finders used to identify prompts, tools, and entrypoints.
pub use ;
/// Conservative Rust hardening analysis for ordinary Rust modules.
pub use ;