//! Shared GitHub-install engine for tools and plugins. Holds the
//! generic install engine + [`InstallManifest`] trait, the install
//! error type, the install/identifier validators, and the install
//! whitelist. The per-kind discovery + wrappers live in
//! `filesystem::tools` and `filesystem::plugins`.
pub use *;
pub use *;
pub use *;
pub use *;