Skip to content

Commit

Permalink
Remove Arena support (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Oct 16, 2023
1 parent df5ee0b commit 74cf0fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
35 changes: 0 additions & 35 deletions .arena-sample.swift

This file was deleted.

6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ let json = #"{ "amount": 3.133 }"#.data(using: .utf8)!
let goodDecimal = try JSONDecoder().decode(Price.self, from: json).amount // 3.133
```

## Try it out!

PreciseDecimal supports [Arena](https://github.com/finestructure/Arena) to effortlessly take it for a spin in a playground before you decide to add it to your codebase.

Simply [install Arena](https://github.com/finestructure/Arena#how-to-install-arena) and run `arena davdroman/PreciseDecimal --platform macos` in your terminal.

## FAQ

### Is this solution bullet-proof?
Expand Down

0 comments on commit 74cf0fc

Please sign in to comment.