Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 408 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 408 Bytes

Is Odd

A blazingly fast asynchronous and intelligent API running on the edge, written in Rust to tell you if a provided integer is odd, or not!

This is currently running here.

A typical API response will be the following format:

{
    "is_odd": false,
    "number": 12
}

This entire repository and it's usage is satirical.