hooklet/
lib.rs

1#![allow(clippy::missing_safety_doc)]
2#[cfg(target_os = "windows")]
3pub mod windows;
4
5pub mod util;