implied

Crates.ioimplied
lib.rsimplied
version0.0.1
sourcesrc
created_at2023-08-17 03:39:33.407282
updated_at2023-08-17 03:39:33.407282
descriptionimplied provides functionality around dealing with odds, such as converting to different odds formats or devigging them
homepage
repository
max_upload_size
id946622
size25,751
Peter Xenopoulos (pnxenopoulos)

documentation

README

implied

Represent and devig odds for sports betting in Rust

Crates.io Build

implied is a Rust crate used to represent odds formats commonly used in betting (American, Decimal, Probability) and to devig them (i.e., find the implied odds) using methods such as the additive method or Shin's method. You can use implied in your own Rust project by including it as a dependency in your Cargo.toml:

[dependencies]
implied = "0.0.1"
Commit count: 0

cargo fmt