/* * This file is part of espanso. * * Copyright (C) 2019-2021 Federico Terzi * * espanso is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * espanso is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with espanso. If not, see . */ pub mod action; pub mod cause; pub mod context_menu; pub mod cursor_hint; pub mod delay_modifiers; pub mod disable; pub mod exit; pub mod hotkey; pub mod icon_status; pub mod image_resolve; pub mod markdown; pub mod match_select; pub mod matcher; pub mod multiplex; pub mod past_discard; pub mod render; pub mod search; pub mod suppress; pub mod undo;