//! # vize_armature
//!
//! Armature - The structural parser framework for Vize.
//! Vue template tokenizer and parser implementation.
//!
//! ## Name Origin
//!
//! **Armature** (/ˈɑːrmətʃər/) is the internal skeleton or framework that supports
//! a sculpture during its creation. Similarly, `vize_armature` provides the parsing
//! framework that builds the AST structure defined in `vize_relief`.
//!
//! ## Features
//!
//! - High-performance HTML tokenizer optimized for Vue templates
//! - State machine-based parsing
//! - Full Vue directive and interpolation support
//! - Error recovery and detailed error reporting
pub use *;
pub use *;
// Re-export from vize_relief for convenience
pub use *;
pub use ;