search_hub ← Log

Commit

Hash
5a5c027e94656c05612f10ab5825d273a4001e97
Author
Ololduck <ololduck@vit.am>
Date
Parent
b9838ea

Message

refactor: switch engine config to Vec-based tagged enum - Config.engines is now Vec<EngineConfig> (was HashMap<String, toml::Table>) - EngineConfig tagged enum supports multiple instances per engine type - Added per-engine timeout_secs support - Added configurable crates.io URL (private registry support) - Removed dead SearXng::from_config() method - Updated README for new [[engines]] format

Changed Files (19)