crosvm/tempfile
Daniel Verkamp 62fb00d4bb tempfile: add tempfile() and NamedTempFile
This simplifies the common case of creating a temporary file whose path
does not need to be known, as well as a a temporary file with a known
name.

BUG=None
TEST=cargo test -p tempfile

Change-Id: I664b6097b5ae44ae3f1aa7f6c366271375a8df46
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2360458
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
2020-08-27 00:39:02 +00:00
..
src tempfile: add tempfile() and NamedTempFile 2020-08-27 00:39:02 +00:00
Cargo.toml