murr 0.2.0-rc3

Columnar in-memory cache for AI/ML inference workloads
Documentation
1
2
3
4
5
6
7
8
9
10
mod args;
mod error;
mod logger;
mod schema;

pub use args::CliArgs;
pub use error::MurrError;
pub use logger::setup_logging;
#[allow(unused_imports)]
pub use schema::{ColumnSchema, DType, TableSchema};