rkv
rkv copied to clipboard
Why is RwCursor not implemented in rkv crate?
trafficstars
I have found RoCursor, but no RwCursor, any reason?
I can't recall any particular reason for not exposing the RwCursor. I'd assume that we just haven't found a use case for it yet, so it could be implemented in the following versions if needed.
the use case is like so: need to bulk insert sorted list
Agreed, that's a reasonable feature request. We will look into it for sure.