mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-09-13 16:04:22 +00:00
11 lines
197 B
Rust
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;
|