indexify
indexify copied to clipboard
feat: executor in rust
Context
This is a rewrite of the python executor at ./indexify/src/indexify/executor/ in rust.
Also includes changes to the .gitignore and README.md files.
What
WIP.
Testing
Contribution Checklist
- [ ] If a Python package was changed, please run
make fmtin the package directory. - [ ] If the server was changed, please run
make fmtinserver/. - [ ] Make sure all PR Checks are passing.