Rust Binding for Lance Data Format

:warning: Under heavy development

Introduction

Lance Logo **Blazing fast exploration and analysis of ML data using python and SQL, backed by an Apache-Arrow compatible data format**

Support Matrix in Rust Bindings

| | Read | Write | Null | |-------------------|------|-------|------| | Plain | Yes | Yes | No | | Var-length Binary | Yes | Yes | Yes | | Dictionary | Yes | Yes | No | | RLE | No | No | No |

Python integration

Done via pyo3 under pylance directory (still import lance module name though)