Skip to content

feature request: Add impl TryFrom<Arc<str>> for Regex #1257

Open
@al8n

Description

@al8n

Hi, thanks for the amazing crate!

As the internal pattern is an Arc<str>, is it possible to add impl From<Regex> for Arc<str> and impl From<&Regex> for Arc<str> implementation? It is useful when doing conversions between types.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions