payrail 0.1.2

Provider-neutral Rust payments facade for Stripe, PayPal, and Mobile Money
Documentation
1
2
3
4
5
6
7
mod gateway;
mod operator;
mod phone;

pub use gateway::MobileMoneyGateway;
pub use operator::ZambiaOperator;
pub use phone::normalize_zambia_phone;