An open API service indexing awesome lists of open source software.

https://github.com/askbeka/payment_engine

rust playground project
https://github.com/askbeka/payment_engine

Last synced: 10 months ago
JSON representation

rust playground project

Awesome Lists containing this project

README

          

# Testing
```
cargo test
```
Tests are implmented on library crate using snapshot testing with help of [insta](https://docs.rs/insta/1.1.0/insta/) crate
testing inputs are in `tests/csv_inputs/*.csv` and snapshots `tests/snapshots`