bonsaidb-local 0.4.1

Local database storage for BonsaiDb.
Documentation
BonsaiDb's offline database implementation.

This crate exposes BonsaiDb's local database implementation. The
[`Storage`](crate::Storage) type provides its most common functionality by
implementing the [`StorageConnection`](::bonsaidb_core::connection::StorageConnection).

## Minimum Supported Rust Version (MSRV)

While this project is alpha, we are actively adopting the current version of
Rust. The current minimum version is `1.58`, and we plan on updating the MSRV to
implement [namespaced
Features](https://github.com/khonsulabs/bonsaidb/issues/178) as soon as the
feature is released.