pub type ResourceTable = HashMap<u16, String>;
Resources for cell content.
This can be useful when board has a lot of cells with the same content.
struct ResourceTable { /* private fields */ }