From affa986bf1f84b725bd23309986250ff04cf2c93 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 9 Aug 2025 10:36:07 +0200 Subject: feat: data cache --- lib/warden-core/src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/warden-core/src/lib.rs') diff --git a/lib/warden-core/src/lib.rs b/lib/warden-core/src/lib.rs index 111ce5d..19d02f3 100644 --- a/lib/warden-core/src/lib.rs +++ b/lib/warden-core/src/lib.rs @@ -15,3 +15,8 @@ pub mod google; #[allow(missing_docs)] #[cfg(feature = "iso20022")] pub mod iso20022; + +/// Message in transit +#[allow(missing_docs)] +#[cfg(feature = "iso20022")] +pub mod message; -- cgit v1.2.3