1// SPDX-License-Identifier: MIT 2 3pub mod ipc; 4pub use ipc::{DiscordIPC, DiscordIPCSync}; 5 6pub(crate) mod activitytypes; 7pub(crate) mod socket;