1// SPDX-License-Identifier: MIT 2 3pub mod ipc; 4pub use ipc::DiscordIPC; 5pub(crate) mod socket; 6pub(crate) mod utils;