Some checks failed
ci / fast (linux) (push) Has been cancelled
Replace the 2,139-line monolithic entity_table.rs with an entity_table/ module directory. Data is split into four include files (upper.rs, lower_a_g.rs, lower_h_o.rs, lower_p_z.rs), each an array literal included via include!() and merged at compile time by a const fn — zero runtime overhead, same ENTITIES static. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>