You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
150 B

//! Allow loading plugins at runtime.
//TODO: Move this to a library crate and re-export it as `plugin::api`
pub mod api;
mod loader;
mod searcher;