//! Rust integration helpers for radare2 core plugins.
//!
//! The crate keeps the raw ABI boundary small and provides safe-ish wrappers
//! for commands, configuration, plugin sessions, and radare2 IO URIs.
/// Safe-ish access to an active radare2 core.
/// Generic radare2 IO URI and debuggee-path helpers.
/// Header-backed native binary metadata operations.
/// Core-plugin ABI helpers and typed session state.
/// Minimal raw radare2 C ABI declarations.
pub use Core;
pub use ;