Crate reorganization

This commit is contained in:
mdecimus
2025-03-02 11:49:31 +01:00
parent c8abc9213a
commit b0a486106e
106 changed files with 1694 additions and 1374 deletions

View File

@@ -1,4 +1,10 @@
use std::{
/*
* SPDX-FileCopyrightText: 2020 Stalwart Labs Ltd <hello@stalw.art>
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*/
use std::{
collections::BTreeMap,
sync::{Arc, atomic::Ordering},
};