docs.rs failed to build codes-iso-4217-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
codes-iso-4217-0.1.7
Crate codes-iso-4217
This package contains an implementation of the ISO-4217 country code specification.
For notes on the design of the API, see the repository README.
Example
use CurrencyCode;
let code = BZD;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
Features
By default only the serde feature is enabled, the [CurrencyCode::alpha_code] and
[CurrencyCode::numeric_code] methods cannot be excluded.
serde- Enables serialization of the [CurrencyCode] type.currency_name- Adds the [CurrencyCode::currency_name] method.country_name- Adds the [CurrencyCode::country_name] method.monetary_units- Adds the [CurrencyCode::monetary_units] method.is_fund- Adds the [CurrencyCode::is_fund] method.historical_codes- Adds the [CurrencyCode::is_historical] and [CurrencyCode::withdrawal_date] methods.
Changes
Version 0.1.1
- Completed the build-time work to generate the
CurrencyCodetype and methods. Took heavy inspiration from penny but wanted a different resulting style.
Version 0.1.0
- Initial place-holder release.
TODO
- Create a scheduled build that retrieves updated files from the ISO site.