foresterre / combostew

Intermediate component for `sic` and `stew`.
MIT License
0 stars 0 forks source link

Replace key_table static str's which function as environment keys with enum variants. #19

Closed foresterre closed 5 years ago

foresterre commented 5 years ago

The environment used with the image engine currently uses a predefined &'static str as key. This PR replaces these str keys with enum variants instead.