veric-core 0.0.1

Core type-checking engine for Veric — types-first static analysis for data warehouses
Documentation
1
2
3
4
5
6
7
8
//! # veric-core
//!
//! Core type-checking engine for Veric.

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