greyblake/whatlang-rs

Add ability to iterate over Script and Lang values

greyblake opened this issue · 1 comments

See for example:
https://stackoverflow.com/a/21376984/1013173

for lang in Lang::values() {
}

Addressed in #63