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 serialized_size to Value enum #139

Closed ncloudioj closed 5 years ago

ncloudioj commented 5 years ago

This can be used to inspect the size of rkv::Value, which in turn could be useful for map resizing.