currencylib 0.2.0

A library containing types and metadata for currencies.
Documentation
[package]
name = "currencylib"
version = "0.2.0"
edition = "2024"
authors = ["Muhammad Fathir Irhas <fathir.irhas@gmail.com>"]
description = "A library containing types and metadata for currencies."
license = "MIT"
repository = "https://github.com/mfirhas/currencylib"
documentation = "https://docs.rs/currencylib"
keywords = ["finance", "currency", "money", "type-safe", "no-std"]
categories = ["finance", "data-structures"]
exclude = [
  "**/*_test.rs",
  "tests/**",
  "examples/**",
  "Makefile",
  "AGENTS.md",
]

[dependencies]

[build-dependencies]
phf = { version = "0.13", features = ["macros"] }