2026-01-14 21:12:49 +00:00

9 lines
200 B
Rust

// vapora-shared: Shared types and utilities for VAPORA v1.0
// Foundation: Minimal skeleton with core types
pub mod error;
pub mod models;
pub mod validation;
pub use error::{Result, VaporaError};