Skip to content

impl From<AsciiString> for Cow<'static, AsciiStr> could be impl<'a> From<AsciiString> for Cow<'a, AsciiStr> #110

Open
@DanikVitek

Description

@DanikVitek

This would likely broaden the conversion abilities and would be a just patch release

Activity

added a commit that references this issue on Jan 29, 2025
07c8e8e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @DanikVitek

      Issue actions

        `impl From<AsciiString> for Cow<'static, AsciiStr>` could be `impl<'a> From<AsciiString> for Cow<'a, AsciiStr>` · Issue #110 · tomprogrammer/rust-ascii