greyblake / whatlang-rs

Natural language detection library for Rust. Try demo online: https://whatlang.org/
https://whatlang.org/
MIT License
966 stars 108 forks source link

return &'static str from Lang::code #54

Closed s3bk closed 4 years ago

s3bk commented 4 years ago

The underlying function returns a &'static str, why not keep it `'static'?

greyblake commented 4 years ago

@s3bk Thank you. Sorry for the delay.