winfsp 0.12.4+winfsp-2.1

Rust bindings to WinFSP
Documentation
1
2
3
4
5
6
7
8
9
10
//! Helpers to implement filesystem notifications.
mod context;
mod notifier;
mod notifyinfo;
mod timer;

pub use context::*;
pub use notifier::*;
pub use notifyinfo::*;
pub(crate) use timer::*;