tempfile-fast 0.3.4

Support for Linux-specific tempfile extensions
Documentation
[dependencies.rand]
version = "0.8"

[dependencies.tempfile]
version = "3"

[package]
authors = ["Chris West (Faux) <git@goeswhere.com>"]
categories = ["filesystem", "os"]
description = "Support for Linux-specific tempfile extensions"
edition = "2018"
license = "MIT"
name = "tempfile-fast"
readme = "README.md"
repository = "https://github.com/FauxFaux/tempfile-fast-rs"
version = "0.3.4"
[target."cfg(unix)".dependencies.libc]
version = "0.2.34"