nbp_api/
lib.rs

1pub mod exchange_rates;
2
3mod error;
4pub use error::*;