NLnetLabs / kvx

Abstraction layer over various key-value store backends in Rust
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Use NamedTempFile::persist to move temporary files #51

Closed timbru closed 1 year ago

timbru commented 1 year ago

This ensures they are kept from being deleted after renaming and going out of scope (be Drop'ed) - which would be unfortunate.

timbru commented 1 year ago

merged to prep-0.8.0