Packages
money_pattern
1.0.0
A safe Gleam library for precise monetary calculations using integer arithmetic and strict currency validation.
Current section
Files
Jump to
Current section
Files
money_pattern
README.md
README.md
# money_pattern
[](https://hex.pm/packages/money_pattern)
[](https://hexdocs.pm/money_pattern/)
```sh
gleam add money_pattern@1
```
```gleam
import money_pattern
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/money_pattern>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```