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

cleanup #75

Closed Borwe closed 11 months ago

Borwe commented 11 months ago

Remove some dead code, and replace static with const since static still allows for editing the value in unsafe mode. Also fixes #74