Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update property enums to support CodepointTrie (#1089)
* Make GC exhaustive GeneralCategory will never be extended See https://www.unicode.org/policies/stability_policy.html * Add GeneralSubcategory to represent raw GC data * Implement AsULE for GeneralSubcategory * Cargo fmt * refactor * Make GC repr(u8) * Cargo fmt * Convert Script to an identifier * Implement AsULE for Script * Implement validate_byte_slice instead of parse_byte_slice * Impl From<GeneralSubcategory> for GeneralCategory * Remove default-implemented ULE methods * Add safety comment on GeneralSubcategoryULE impl Co-authored-by: Iain Ireland <iain.i.ireland@gmail.com>
- Loading branch information