tempfile —临时文件库-Rust开发

时间:2021-05-27 18:33:15
【文件属性】:
文件名称:tempfile —临时文件库-Rust开发
文件大小:34KB
文件格式:ZIP
更新时间:2021-05-27 18:33:15
Rust Filesystem tempfile一个用于Rust的安全的,跨平台的临时文件库。 除了创建临时文件外,该库还允许用户保护tempfile-用于Rust的安全的,跨平台的临时文件库。 除了创建临时文件之外,该库还允许用户安全地打开对同一临时文件的多个独立引用(对消费者/生产者模式有用,并且难以安全地实现)。 文档用法最低要求Rust版本:1.32.0将此添加到您的Cargo.toml中:[dependencies] tempfile =“ 3”示例使用std :: fs :: File; 使用std :: io :: {{Write,Read,Seek,SeekF
【文件预览】:
tempfile-master
----.gitignore(18B)
----src()
--------dir.rs(12KB)
--------error.rs(974B)
--------file()
--------spooled.rs(4KB)
--------util.rs(2KB)
--------lib.rs(14KB)
----Cargo.toml(1KB)
----.github()
--------workflows()
----LICENSE-MIT(1KB)
----README.md(1KB)
----tests()
--------namedtempfile.rs(8KB)
--------tempfile.rs(2KB)
--------spooled.rs(10KB)
--------tempdir.rs(7KB)
----LICENSE-APACHE(11KB)
----NEWS(4KB)

网友评论