Files
Stalwart/crates/jmap/src/websocket/mod.rs
2025-06-15 15:09:32 +02:00

9 lines
172 B
Rust

/*
* SPDX-FileCopyrightText: 2020 Stalwart Labs LLC <hello@stalw.art>
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*/
pub mod stream;
pub mod upgrade;