serde-big-array-options
Simpler alternative to serde_with.
If you need something more than [Option<T>;N]
, use that instead.
Usage
const DECK_SIZE:usize = 52;
Simpler alternative to serde_with.
If you need something more than [Option<T>;N]
, use that instead.
const DECK_SIZE:usize = 52;