unicode-joining-type 1.0.0

Fast lookup of the Unicode Joining Type and Joining Group properties
Documentation
1
2
3
4
5
6
7
8
9
10
UCD:=16.0.0

tables:
	yeslogic-ucd-generate joining-group --rust-enum ../ucd-generate/ucd-$(UCD) > src/joining_group_tables.rs
	yeslogic-ucd-generate joining-type --rust-enum ../ucd-generate/ucd-$(UCD) > src/joining_type_tables.rs
	cargo fmt


.PHONY: tables