apple-encodings: initial commit (renamed from mac-encodings)
Bidirectional, emulator-grade conversion between classic Mac OS text encodings and Unicode. Renamed at extraction-to-shared-crate time (2026-07-19): consumers will be fsinspect, adx, and ad-decoder via git dependencies on code.movq.us.
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "apple-encodings"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Bidirectional, emulator-grade conversion between classic Mac OS text encodings and Unicode"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
Reference in New Issue
Block a user