tobiasvl / octopt

Rust library for handling CHIP-8 configuration options

Home Page:https://crates.io/crates/octopt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename structs and enums

tobiasvl opened this issue · comments

It doesn't really make that much sense anymore to call stuff OctoOptions, OctoColors, etc. (because Octo's set of supported options is now a subset of our supported options). Should be changed to something like Chip8Options, etc.