currencylib 0.2.0

A library containing types and metadata for currencies.
Documentation
1
2
3
4
5
// ISO 4217 Currencies generated by build.rs
//
// PLEASE, DO NOT EDIT THIS FILE MANUALLY!

include!(concat!(env!("OUT_DIR"), "/iso_currencies.rs"));