Skip to main content

veric_core/
lib.rs

1//! # veric-core
2//!
3//! Core type-checking engine for Veric.
4
5/// Placeholder — real implementation coming soon.
6pub fn version() -> &'static str {
7    env!("CARGO_PKG_VERSION")
8}