oddsidizer 0.1.0

Rust library for converting betting odds between American, Decimal and Fractional formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "oddsidizer"
version = "0.1.0"
authors = ["MichaƂ Pokrywka <wolfmoon@o2.pl>"]
description = "Rust library for converting betting odds between American, Decimal and Fractional formats"
readme = "README.md"
keywords = ["odds", "betting", "gambling"]
categories = ["mathematics", "value-formatting"]
license = "MIT OR Apache-2.0"
edition = "2024"

[dependencies]
num-integer = "0.1"
rust_decimal = "1"
rust_decimal_macros = "1"
pretty-readme = "0.1"