//! LLM context builder for C-to-Rust transpilation.
//!
//! Formats static analysis results as structured JSON context for LLM prompts.
//! This enables LLM-guided code generation with ownership, lifetime, and
//! concurrency analysis information.
pub use ;
pub use ;
pub use ;