Initial investigation: Identified core Box registration issues
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
@ -107,7 +107,8 @@ pub mod regex;
|
||||
|
||||
// P2P通信Box群 (NEW! - Completely rewritten)
|
||||
pub mod intent_box;
|
||||
pub mod p2p_box;
|
||||
// Temporarily commented out until transport/messaging import issues are fixed
|
||||
// pub mod p2p_box;
|
||||
|
||||
// null関数も再エクスポート
|
||||
pub use null_box::{NullBox, null};
|
||||
@ -125,4 +126,5 @@ pub use regex::RegexBox;
|
||||
|
||||
// P2P通信Boxの再エクスポート
|
||||
pub use intent_box::IntentBox;
|
||||
pub use p2p_box::P2PBox;
|
||||
// Temporarily commented out until transport/messaging import issues are fixed
|
||||
// pub use p2p_box::P2PBox;
|
||||
Reference in New Issue
Block a user