naira-format 0.2.0

A lightweight Rust crate for formatting and parsing Nigerian Naira (₦) amounts.
Documentation
# naira-format 🇳🇬

A lightweight, zero-dependency Rust crate for **formatting, parsing, and converting Nigerian Naira (₦)** amounts.

Built for fintech backends, dashboards, WASM apps, and mobile integrations.

---

## ✨ Features

- Format Naira with proper thousands separators
- Convert **kobo ↔ naira**
- Compact formatting (`₦1.2K`, `₦2.5M`, `₦3B`)
- Parse user-entered Naira strings
- No external dependencies
- Works in backend, WASM, and embedded contexts

---

## 📦 Installation

```bash
cargo add naira-format