indradb_plugin_host/
lib.rs

1//! Infrastructure for IndraDB plugins.
2
3mod decl;
4mod errors;
5pub mod util;
6
7pub use crate::decl::*;
8pub use crate::errors::*;