refactor(workspace): decompose project into multiple crates

This commit is contained in:
rustmailer
2026-04-23 21:45:34 +08:00
parent 5b884125f7
commit 0b866c81ff
171 changed files with 2203 additions and 2042 deletions
+6
View File
@@ -0,0 +1,6 @@
pub mod server;
mod stream;
#[cfg(test)]
mod tests;
mod tls;