1
2
3
4
5
6
7
8
9
10
11
12
/// The UMA protocol implementation for Rust. Check out
/// the full documentation: <https://app.lightspark.com/docs/uma-sdk/introduction> for more info.
pub mod currency;
pub mod kyc_status;
pub mod payer_data;
pub mod protocol;
pub mod public_key_cache;
pub mod uma;
pub mod version;

#[cfg(test)]
mod uma_test;