//! `llvm-native` — forensic-parity LLVM toolchain reimplementation.
//! The workspace crate: it ships the `llvm-native` CLI binaries and
//! re-exports the member crates so `cargo install llvm-native` gives the
//! tools and `cargo add llvm-native` gives the engine.
pub use llvm_casefile_rs;
pub use llvm_native_cli;
pub use llvm_native_core;
pub use llvm_oracle_rs;
// --- Frontends and standard libraries ---