waschmaschine

Crates.iowaschmaschine
lib.rswaschmaschine
version0.1.0
sourcesrc
created_at2022-04-15 21:45:16.200895
updated_at2022-04-15 21:45:16.200895
descriptionA darts checkout api written in rust
homepage
repository
max_upload_size
id568715
size47,738
Felix Wiegand (fxwiegand)

documentation

README

Rust codecov

waschmaschine

A darts checkout api written in rust

API Routes

/checkout/<score>

Example:

/checkout/170

{
  "darts":[
    {
      "field":20,
      "region":"Triple"
    },
    {
      "field":20,
      "region":"Triple"
    },
    {
      "field":25,
      "region":"Double"
    }
  ]
}
Commit count: 0

cargo fmt