Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am leopard2a5 on github.
  • I am leopard2a5 (https://keybase.io/leopard2a5) on keybase.
  • I have a public key ASDNdLTJaGTod8VbkvBSfi7ZTPBZ_KH-WRpMR_J9IqUVkwo

To claim this, I am signing this object:

use schema::games;
#[derive(Debug, Copy, Clone, PartialEq)]
enum Player {
P1,
P2,
}
#[derive(Queryable)]
struct Game {