feat: Initial remote table implementation for rust (#1024)

This will eventually replace the remote table implementations in python
and node.
This commit is contained in:
Weston Pace
2024-04-05 16:31:36 -07:00
parent 45b5b66c82
commit 629c622d15
18 changed files with 376 additions and 21 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
python-version: "3.11"
- name: Install ruff
run: |
pip install ruff
pip install ruff==0.2.2
- name: Format check
run: ruff format --check .
- name: Lint