文件名称:Rust编程语言的惯用语intify包装器。-Rust开发
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-16 12:41:52
Rust Platform specific
inotify-rs Rust编程语言的惯用语inotify包装器。 木箱化 inotify-rs Rust编程语言的惯用语inotify包装器。 木箱化 使用std :: env; 使用inotify :: {EventMask,WatchMask,Inotify,}; fn main(){let mut inotify = Inotify :: init().expect(“初始化inotify失败”); 让current_dir = env :: current_dir().expect(“无法确定当前目录”); inotify .add_watch(current_dir,WatchMask :: MODIFY | WatchMask :: CREATE | WatchMask :: DE
【文件预览】:
inotify-rs-master
----.github()
--------workflows()
----tests()
--------main.rs(7KB)
----LICENSE(741B)
----CONTRIBUTING.md(2KB)
----src()
--------util.rs(1KB)
--------events.rs(15KB)
--------watches.rs(11KB)
--------stream.rs(3KB)
--------inotify.rs(17KB)
--------lib.rs(3KB)
--------fd_guard.rs(2KB)
----Cargo.toml(1KB)
----examples()
--------stream.rs(836B)
--------watch.rs(2KB)
----.gitignore(48B)
----inotify-rs.sublime-project(89B)
----CHANGELOG.md(2KB)
----README.md(4KB)