Clean up element.rs

A lot of this is deleting zztext-specific functionality, such as string
mappings that go beyond official names for things. It's okay, zztext
will cope.
This commit is contained in:
2026-03-09 20:34:07 -07:00
parent 8c1c31be56
commit 93339881c5
4 changed files with 96 additions and 287 deletions
+1
View File
@@ -7,6 +7,7 @@ license = "MIT"
[dependencies]
codepage-437 = "0.1"
nom = "8.0"
num_enum = "0.7"
thiserror = "2.0"
[dev-dependencies]