yeslogic-unicode-blocks
This is fork of unicode-blocks maintained by YesLogic. Differences from upstream: updated Unicode data, script to regenerate Rust source.
This crate contains a list of all unicode blocks and provides some functions to search across them.
Examples
Given a character, determine what unicode block contains it.
assert_eq!;
Given a unicode block, determine whether it is used in CJK.
assert!;
Given a character, determine whether it is in CJK.
assert!;