fosk 0.1.6

In-memory SQL-like query engine and lightweight data store for testing and prototyping.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod avg_impl;
pub use avg_impl::*;

pub mod count_impl;
pub use count_impl::*;

pub mod minmax_impl;
pub use minmax_impl::*;

pub mod sum_impl;
pub use sum_impl::*;