doubloon 3.2.0

Money datatype that supports both statically and dynamically typed currencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Scripts

This directory contains helpful scripts that are intended to be run manually as-needed.

## gen-currencies.py

This script downloads the latest [ISO 4217 Currency definitions](https://www.six-group.com/en/products-services/financial-information/market-reference-data/data-standards.html) and generates all the code for `src/iso_currencies.rs`. This list doesn't change very often, but when it does, run this script like so:

```bash
python3 scripts/gen-currencies.py > src/iso_currencies.rs
```