nbp 0.2.0

A Rust library for accessing the National Bank of Poland's API.
Documentation
1
2
3
4
5
6
7
8
pub mod currency_code;
pub mod date_parameters;
pub mod exchange_rates;
pub mod gold_prices;
pub mod table_type;

pub use currency_code::CurrencyCode;
pub use table_type::TableType;