I only depend on one specifc encoding (i.g. WINDOWS_1252) in my crate. It would be fine I can reference this encoding with a feature in my `cargo.toml`. ```toml encoding_rs = { verison = "0.8.35", features = ["alloc", "win1252"] } ``` This would be fine !
I only depend on one specifc encoding (i.g. WINDOWS_1252) in my crate. It would be fine I can reference this encoding with a feature in my
cargo.toml.This would be fine !