paystack-rs 0.2.0

A unofficial client library for the Paystack API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod charge;
mod paystack_enums;
mod transaction;
mod transaction_split;
mod subaccount;

// public re-export
pub use charge::*;
pub use paystack_enums::*;
pub use transaction::*;
pub use transaction_split::*;
pub use subaccount::*;