You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not going to release it yet, until we decide whether those crates should be part of unic or should be standalone.
I separated out the LanguageIdentifier because in many operations full Locale is not necessary or even useful, so I wanted to keep those two levels of abstraction.
There are some open questions like whether it should be structs or traits etc. and of course there's no validity checks yet, only well-fromedness. In fact, I don't pull any data, even stuff like RTL yet, but this can be easily added.
As the next step in the effort in #195 I pushed two crates -
unic-langid
andunic-locale
to https://github.com/zbraniecki/unic-localeI'm not going to release it yet, until we decide whether those crates should be part of unic or should be standalone.
I separated out the
LanguageIdentifier
because in many operations fullLocale
is not necessary or even useful, so I wanted to keep those two levels of abstraction.There are some open questions like whether it should be structs or traits etc. and of course there's no validity checks yet, only well-fromedness. In fact, I don't pull any data, even stuff like RTL yet, but this can be easily added.
@behnam , @Manishearth - thoughts?
The text was updated successfully, but these errors were encountered: