implied 0.0.1

implied provides functionality around dealing with odds, such as converting to different odds formats or devigging them
Documentation
  • Coverage
  • 50%
    8 out of 16 items documented0 out of 10 items with examples
  • Size
  • Source code size: 82.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pnxenopoulos

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"