//! Modular collection of Windows "troll" modules.
//!
//! Each module is a self-contained unit under [`modules`] that exposes a small
//! library API for a single prank/utility. Modules are gated behind Cargo
//! feature flags (e.g. `window-hider`, `mouse-teleporter`, `window-wobbler`),
//! so you can build only the pranks you want:
//!
//! ```text
//! cargo build --no-default-features --features window-hider
//! ```