mikelodder7 / celes

Convenience rust crate for handling ISO 3661-1
Apache License 2.0
16 stars 5 forks source link

A way to enumerate all countries #2

Closed segler-alex closed 3 years ago

segler-alex commented 3 years ago

Hi, thank you for your work! i would really need a way to enumerate all countries into a list. could you add that feature? i really like the features you already have and i use them for https://github.com/segler-alex/radiobrowser-api-rust but without also having a list of all countries i cannot be fully happy :)

mikelodder7 commented 3 years ago

Glad to hear you like it.

There's already a function for this:

Country::get_countries()