diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-09 10:36:07 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-09 10:36:07 +0200 |
commit | affa986bf1f84b725bd23309986250ff04cf2c93 (patch) | |
tree | 00faafcbdf1962793793e7581984078ce3466085 /lib/warden-core/src/lib.rs | |
parent | 0f663ccb94581264e839bab9ae386114e8bd9973 (diff) | |
download | warden-affa986bf1f84b725bd23309986250ff04cf2c93.tar.bz2 warden-affa986bf1f84b725bd23309986250ff04cf2c93.zip |
feat: data cache
Diffstat (limited to 'lib/warden-core/src/lib.rs')
-rw-r--r-- | lib/warden-core/src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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; |