/*!
The crate for building plugins for Anyrun.
Each plugin needs 4 functions defined, `init`, `info`, `get_matches` and the `handler`. Documentation
on what each of these should be is found in their respective attribute macros.
!*/pubuseanyrun_interface::{self, HandleResult, Match, PluginInfo};pubuseanyrun_macros::{get_matches, handler, info, init};