//! Guth is a native Rust file manager for bounded local desktop workflows.
//!
//! The library exposes the filesystem model, operation engine, thumbnail
//! pipeline, plugin registry, theme helpers, and the [`app::GuthApp`] egui
//! application. Most users should install and run the `guth` binary rather
//! than embed these modules directly.
//!
//! The desktop application includes bounded asynchronous search, file
//! operations, thumbnails, and adaptive inline media and document previews.