mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
307 stars 52 forks source link

Make backend-related documentation easier to understand #180

Closed victorporof closed 4 years ago

victorporof commented 4 years ago

When updating the crate documentation, I noticed that our exports can be confusing when trying to understand how backends work. Ideally, they should be symmetric in terms of exports.

This PR makes it so.