unicode-lang 1.0.0

Unicode identifier rules (XID), normalization, char width.
Documentation
# Development (dev/ is committed; .dev/ and .claude/ stay local)
/.dev
/.claude

# Raw Unicode Character Database (downloaded on demand by dev/gen_tables.rs;
# the generated src/tables.rs is committed, the multi-megabyte source data is not)
/dev/ucd/

# Compiled table generator (source dev/gen_tables.rs is committed, the binary is not)
/dev/gen_tables
/dev/gen_tables.exe
/dev/*.pdb

# Rust / Cargo
/target/
**/*.rs.bk

# Editor & OS junk
/.vscode
.DS_Store
Thumbs.db
Desktop.ini

# Secrets
.env

# Libraries do not commit the lockfile
Cargo.lock