Skip to main content

cosq_core/
lib.rs

1//! Core types and configuration for cosq
2
3pub mod config;
4pub mod stored_query;