Aaryamann Challani 0c5ef6abcf
fix(rln): use config.open instead of sled::open (#209)
fix: include tries & exp backoff to catch WouldBlock errors
2023-08-25 05:34:20 +05:30
..

Utils crate

Building

  1. cargo build

Testing

  1. cargo test

Benchmarking

  1. cargo bench

To view the results of the benchmark, open the target/criterion/report/index.html file generated after the bench