Skip to content

Commit 6de8931

Browse files
authored
refactor(query): split internals into submodules and slim down query.rs (#6)
1 parent dc0940d commit 6de8931

6 files changed

Lines changed: 467 additions & 423 deletions

File tree

rust/lance-graph/CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Contributing (Rust crate)
2+
=========================
3+
4+
Before pushing or opening a PR, please verify Rust code formatting matches CI:
5+
6+
```bash
7+
cargo fmt --manifest-path rust/lance-graph/Cargo.toml -- --check
8+
```
9+
10+
If the check fails, format the code locally:
11+
12+
```bash
13+
cargo fmt --manifest-path rust/lance-graph/Cargo.toml
14+
```

0 commit comments

Comments
 (0)