mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 13:09:29 +00:00
6 lines
76 B
Rust
6 lines
76 B
Rust
mod local_bcast;
|
|
|
|
use local_bcast::LocalBroadcast;
|
|
|
|
pub use LocalBroadcast;
|