arrs-cli 0.1.3

Command-line tool for inspecting Lance and other Arrow-based datasets.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod cli;
pub mod commands;
pub mod dataset;
pub mod error;
pub mod indices;
pub mod lance;
pub mod output;
pub mod projection;

pub use error::{Error, Result};