Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Crates.io Version](https://img.shields.io/crates/v/wager)](https://crates.io/crates/wager)
[![docs.rs](https://img.shields.io/docsrs/wager)](https://docs.rs/wager)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnficca%2Fwager.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnficca%2Fwager?ref=badge_shield)

A library for the representation and manipulation of betting odds. Supports the parsing, converting, comparing, and calculating the payouts of various types of odds.

Expand All @@ -24,3 +25,7 @@ assert_eq!(a, b);
/// Calculate payout
assert_eq!(decimal.payout(200.0), 300.0);
```


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnficca%2Fwager.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnficca%2Fwager?ref=badge_large)