From 2914770fba6b3cc03a68fae493f60470a41962ec Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 20 May 2026 09:54:30 +0900 Subject: refactor: re-export module items to shorten import paths --- crates/shirabe/src/plugin/mod.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'crates/shirabe/src/plugin/mod.rs') diff --git a/crates/shirabe/src/plugin/mod.rs b/crates/shirabe/src/plugin/mod.rs index 7ff98f3..a26e117 100644 --- a/crates/shirabe/src/plugin/mod.rs +++ b/crates/shirabe/src/plugin/mod.rs @@ -9,3 +9,15 @@ pub mod post_file_download_event; pub mod pre_command_run_event; pub mod pre_file_download_event; pub mod pre_pool_create_event; + +pub use capability::*; +pub use capable::*; +pub use command_event::*; +pub use plugin_blocked_exception::*; +pub use plugin_events::*; +pub use plugin_interface::*; +pub use plugin_manager::*; +pub use post_file_download_event::*; +pub use pre_command_run_event::*; +pub use pre_file_download_event::*; +pub use pre_pool_create_event::*; -- cgit v1.3.1