dazzle/
lib.rs

1//! # Dazzle CLI
2//!
3//! Command-line interface for the Dazzle code generation tool.
4
5pub mod args;
6
7// Re-export
8pub use args::Args;