tats-u / rust-oem-cp

Rust library that handles OEM code pages (e.g. CP{437,737,850}) for single byte character sets
MIT License
5 stars 3 forks source link

added debug and clone to TableType #6

Closed BartMassey closed 3 years ago

BartMassey commented 3 years ago

This one-liner makes TableType be Debug and Clone. Closes Issue #5.