Skip to content

idna: Support no_alloc idna validator #1027

Open
@al8n

Description

@al8n

Hi, the current idna crate supports no_std, but it cannot compile without alloc feature. Sometimes, users may only want to check if a &str is a valid international domain name and do not need to convert it to either unicode or ascii. For the validator, it should be possible to be implemented without alloc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions