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

added tests for Readable txns #146

Closed rrichardson closed 4 years ago

rrichardson commented 5 years ago

This is an integration test demonstrating the use of helper functions within transactions.

victorporof commented 4 years ago

This looks quite useful! Just need to make sure rustfmt passes. I'll do this before merging unless you want to :)

rrichardson commented 4 years ago

@victorporof Thanks!