Sourced from tempfile's changelog.
3.6.0
- Update windows-sys to 0.48.
- Update rustix min version to 0.37.11
- Forward some
NamedTempFile
andSpooledTempFile
methods to the underlyingFile
object for better performance (especially vectorized writes, etc.).- Implement
AsFd
andAsHandle
.- Misc documentation fixes and code cleanups.
86b3136
chore: release 3.6.0a2b45b3
fix(docs): Change dir
and file
variable names
to match existing comments ...f474e6a
Remove comment on SetFileInformationByHandle (#236)141c773
feat: implement default methods for SpooledTempFile Read/Write (#232)3590dbf
chore: modern rust (#231)c76b783
feat: implement AsFd/AsHandle to mirror the AsRaw* variants (#230)ae4f4c8
chore: bump rustix min version to 0.37.11 (#229)9488362
Forward default NamedTempFile methods (#226)c41ee48
build(deps): update windows-sys requirement from 0.45 to 0.48 (#227)