Skip to content

Using feature flag for each encoding #132

@stefc

Description

@stefc

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.

encoding_rs = { verison = "0.8.35", features = ["alloc", "win1252"] } 

This would be fine !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions