Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 769 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 769 Bytes

Rustdoc

Index key,value dataset using a Read Only Btree. Refer to rustdoc link (above) for details.

Contribution

  • Simple workflow. Fork - Modify - Pull request.
  • Before creating a PR,
    • Run make build to confirm all versions of build is passing with 0 warnings and 0 errors.
    • Run check.sh with 0 warnings, 0 errors and all testcases passing.
    • Run perf.sh with 0 warnings, 0 errors and all testcases passing.
    • Install and run cargo spellcheck to remove common spelling mistakes.
  • Developer certificate of origin is preferred.