bkash-rs 0.2.1

Idiomatic async-first Rust client for the bKash Payment Gateway API.
Documentation
1
2
3
4
5
6
7
8
//! Data models for the bKash Payment Gateway API.

pub mod auth_capture;
pub mod checkout;
pub mod common;
pub mod subscriptions;
pub mod token;
pub mod tokenized;