I looked at `tempfile`, but that actually creates ...
# development
r
I looked at
tempfile
, but that actually creates the
File
object on your behalf (and requires external parent dir creation) which seemed a little less desirable to plumb than the tempdir + atomic # -> name ->
file::File::create
we have now