Files
stalwart/crates/jmap/src/changes/mod.rs
T
2024-06-25 19:57:25 +02:00

11 lines
197 B
Rust

/*
* SPDX-FileCopyrightText: 2020 Stalwart Labs Ltd <hello@stalw.art>
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*/
pub mod get;
pub mod query;
pub mod state;
pub mod write;