skardi 0.5.0

High performance query engine for both offline compute and online serving
1
2
3
4
5
6
7
//! Built-in source packs, one module per provider.

pub(crate) mod loader;

pub mod github;
pub mod mock;
pub mod slack;