Skip to content

Commit

Permalink
Add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
sernamar committed Dec 6, 2024
1 parent 671badb commit f8be811
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
* dinero
** dinero :noexport:
[[https://clojars.org/io.github.sernamar/dinero][file:https://img.shields.io/clojars/v/io.github.sernamar/dinero.svg]]

A Clojure library for working with money.
** Table of contents :TOC_3:
- [[#introduction][Introduction]]
- [[#installation][Installation]]
- [[#configuration][Configuration]]
- [[#usage][Usage]]
- [[#monetary-amounts][Monetary amounts]]
- [[#currencies][Currencies]]
- [[#formatting][Formatting]]
- [[#parsing][Parsing]]
- [[#equality-and-comparison][Equality and comparison]]
- [[#arithmetic-operations][Arithmetic operations]]
- [[#rounding][Rounding]]
- [[#currency-conversion][Currency conversion]]
- [[#license][License]]

** Introduction
/dinero/ is a Clojure library designed for managing monetary amounts and currencies. It offers support for precise arithmetic operations, formatting, and parsing, all tailored to different locales and currencies.

Expand Down

0 comments on commit f8be811

Please sign in to comment.