This website works better with JavaScript
首页
项目目录
关于我们
Sign In
rust
/
helix-db
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
85086f3258
Branches
Tags
master
helix-db
/
.github
/
pull_request_template.md
pull_request_template.md
856 B
History
Raw
Description
Related Issues
Closes #
Checklist when merging to main
No compiler warnings (if applicable)
Code is formatted with
rustfmt
No useless or dead code (if applicable)
Code is easy to understand
Doc comments are used for all functions, enums, structs, and fields (where appropriate)
All tests pass
Performance has not regressed (assuming change was not to fix a bug)
Version number has been updated in
helix-cli/Cargo.toml
and
helixdb/Cargo.toml
Lines are kept under 100 characters where possible
Code is good
Additional Notes