//! Common external scanners for adze.
//! These are Rust implementations of common scanning patterns.
// Common external scanners for adze
// These are Rust implementations of common scanning patterns
/// Heredoc scanner implementation.
/// Indentation-based scanner implementation.
pub use HeredocScanner;
pub use IndentationScanner;
// Re-export from parent module for convenience
pub use crate;