tmpfile

tmpfile
Login

TmpFile is an object representing a temporary file that can optionally be persisted. It can be useful if a file being received over the network should be named according to its contents, but the name can not be determined until the entire file has been received.

Feature labels in documentation

The crate's documentation uses automatically generated feature labels, which currently requires nightly featuers. To build the documentation locally use:

RUSTFLAGS="--cfg docsrs" RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features

Change log

The details of changes can always be found in the timeline, but for a high-level view of changes between released versions there's a manually maintained Change Log.

Project Status

tmpfile is in early development stages.