This repository contains the source code for temporary file and directory management with camino.
- camino-tempfile: Temporary files and directories that return
Utf8Path
instances; a wrapper aroundtempfile
. - camino-tempfile-ext: Quality-of-life extensions for camino-tempfile: easily create and assert on contents within tests and elsewhere.
For more about these crates, see the above links.
This project is available under the terms of either the Apache 2.0 license or the MIT license.
camino-tempfile contains code adapted from tempfile
. tempfile
is copyright (c)
The tempfile Contributors. Code used under the terms of the MIT and Apache 2.0
licenses.
camino-tempfile-ext contains code adapted from assert_fs
. assert_fs
is
copyright (c) The assert_fs Contributors. Code used under the terms of the MIT
and Apache 2.0 licenses.