claude 0.4.0

A little library to represent money.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div align="center">

# Claude

[![build](https://img.shields.io/github/actions/workflow/status/hoodie/claude-rs/ci.yml?branch=main)](https://github.com/hoodie/claude-rs/actions?query=workflow%3A"Continuous+Integration")
[![Crates.io](https://img.shields.io/crates/d/claude)](https://crates.io/crates/claude)
[![contributors](https://img.shields.io/github/contributors/hoodie/claude-rs)](https://github.com/hoodie/claude-rs/graphs/contributors)
![maintenance](https://img.shields.io/maintenance/yes/2027)

[![version](https://img.shields.io/crates/v/claude)](https://crates.io/crates/claude/)
[![documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.rs/claude/)
[![license](https://img.shields.io/crates/l/claude.svg?style=flat)](https://crates.io/crates/claude/)

A money library.

This is a very simple little library to represent money. It is essentially an opinionated fork of [currency v0.3.0](https://crates.io/crates/currency).

This may in the future be replaced by other versions of currency or [steel-cent](https://crates.io/crates/steel-cent).