//! Projection API for read-only AST views.
//!
//! This module provides the `ProjectionAPI` trait which transforms
//! internal AST representations into UI-friendly formats.
// Re-export public types and traits
pub use ProjectionAPI;
pub use project_full;
pub use *;