open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust
https://crates.io/crates/unic
Other
234 stars 24 forks source link

Implement unic-ucd-block #206

Closed behnam closed 5 years ago

behnam commented 6 years ago

Provides access to char property:

Also let's have two iterators:

References:

Consistency tests:

Cross-component tests:

Similar crates: N/A

eyeplum commented 6 years ago

While #217 is waiting for code review, I will try to implement this one.

behnam commented 6 years ago

Thanks, @eyeplum! I already have a half-baked implementation on my laptop. If you haven't started yet, maybe wait a few days before you start?

eyeplum commented 6 years ago

@behnam Sure!

behnam commented 5 years ago

Thanks, @eyeplum, for wrapping this up! 😄