c12i / mpesa-rust

A MPESA API sdk in Rust
https://c12i.github.io/mpesa-rust/mpesa/index.html
MIT License
43 stars 14 forks source link

Enable doc tests and run them against sandbox environment #82

Closed c12i closed 9 months ago

c12i commented 9 months ago

Part of work to be done here also includes removing all inline docs to separate markdown files in a docs dir and reference them in code using #![doc = include_str!("<path_to_doc>.md")]