hooklet/
lib.rs

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

pub mod util;