veric-cli 0.0.1

Command-line interface for Veric — types-first static analysis for data warehouses
Documentation
1
2
3
4
5
6
7
8
//! # veric-cli
//!
//! Command-line interface for Veric.

/// Placeholder — real implementation coming soon.
pub fn version() -> &'static str {
    env!("CARGO_PKG_VERSION")
}