rust-phonenumber
rust-phonenumber copied to clipboard
refactor: use strum for auto derive enum str
strum implements AsRef
Thanks, This seems like a good idea but I will refactor large part of the library and the whole country id enum might or might not be be auto-generated by then so I will come back to this later.