mozilla / rkv

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

add tests for put_with_flags() functions in multi.rs and integermulti.rs #110

Open mykmelez opened 5 years ago

mykmelez commented 5 years ago

We don't currently have tests for the put_with_flags() functions in multi.rs and integermulti.rs. We should add those.