refactor(common): add prelude module

This commit is contained in:
2026-02-25 18:51:25 +02:00
parent 8f0d2a6efc
commit 0ea39e7663
11 changed files with 17 additions and 30 deletions

View File

@@ -2,6 +2,7 @@
pub mod cert;
pub mod error;
pub mod prelude;
pub mod protocol;
pub use error::Error;