netabase_store 0.0.8

A type-safe, multi-backend key-value storage library for Rust with support for native (Sled, Redb) and WASM (IndexedDB) environments.
Documentation
# Benchmark Results Summary

All times are mean values from Criterion benchmarks.


## Insert Performance

| Implementation | 100 items | 1000 items |
|----------------|-----------|------------|

## Get Performance (1000 items)

| Implementation | Time |
|----------------|------|

## Secondary Key Query Performance (10 queries)

| Implementation | Time |
|----------------|------|

## Bulk Operations (1000 items)

| Implementation | Time |
|----------------|------|