robt

Crates.iorobt
lib.rsrobt
version0.2.0
sourcesrc
created_at2020-12-24 17:02:59.692949
updated_at2021-03-13 11:06:18.780124
descriptionRead only, immutable Btree for indexing key,value
homepage
repositoryhttps://github.com/bnclabs/robt
max_upload_size
id326944
size129,229
(prataprc)

documentation

https://docs.rs/robt/

README

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.
Commit count: 62

cargo fmt