Skip to content

Commit fa0722f

Browse files
committed
feat(iconv): implement utf8, utf16, utf32 and ascii encodings
1 parent a00830a commit fa0722f

File tree

12 files changed

+1142
-0
lines changed

12 files changed

+1142
-0
lines changed

Cargo.lock

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

i18n/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ clap.workspace = true
1212
gettext-rs.workspace = true
1313
bytemuck = { version = "1.17.0", features = ["derive"] }
1414
byteorder = "1.5.0"
15+
strum = "0.26.3"
16+
strum_macros = "0.26.4"
1517

1618
[lints]
1719
workspace = true
1820

1921
[[bin]]
2022
name = "gencat"
2123
path = "./gencat.rs"
24+
25+
[[bin]]
26+
name = "iconv"
27+
path = "./iconv.rs"

0 commit comments

Comments
 (0)