mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 02:57:02 +08:00
refactor: introducing hyperswitch_interface crates (#3536)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
7
crates/hyperswitch_interfaces/src/lib.rs
Normal file
7
crates/hyperswitch_interfaces/src/lib.rs
Normal file
@ -0,0 +1,7 @@
|
||||
//! Hyperswitch interface
|
||||
|
||||
#![warn(missing_docs, missing_debug_implementations)]
|
||||
|
||||
pub mod secrets_interface;
|
||||
|
||||
pub mod encryption_interface;
|
||||
Reference in New Issue
Block a user