文件名称:unveil-rs:OpenBSD 的 Rust 绑定揭幕 (2)
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-18 00:19:00
Rust
揭幕-rs OpenBSD 的Rust 绑定。 要求 OpenBSD 6.4 或更高版本 用法 extern crate unveil; use std :: fs :: File; use std :: io :: prelude :: * ; use unveil :: unveil; fn main () { let path = "public.txt" ; let contents = b"Hello world!" ; File :: create (path). unwrap (). write_all (contents). unwrap (); // Restrict filesystem view by only allowing read operations on the specified path unveil (pa
【文件预览】:
unveil-rs-master
----LICENSE-MIT(1022B)
----LICENSE-APACHE(11KB)
----src()
--------openbsd.rs(704B)
--------lib.rs(3KB)
----Cargo.toml(347B)
----.gitignore(30B)
----README.md(1KB)