lance-graph 0.5.0

Graph query engine for Lance datasets with Cypher support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Contributing (Rust crate)
=========================

Before pushing or opening a PR, please verify Rust code formatting matches CI:

```bash
cargo fmt --manifest-path crates/lance-graph/Cargo.toml -- --check
```

If the check fails, format the code locally:

```bash
cargo fmt --manifest-path crates/lance-graph/Cargo.toml
```