High-level scoreboards API built on-top of [playdate-sys][].
```rust
use playdate_scoreboards::*;
use playdate_sys::println;
let scoreboards = Scoreboards::Cached();
scoreboards.get_scoreboards(|boards| {
```
This software is not sponsored or supported by Panic.