Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement feature string_from_utf8_lossy_owned for lossy conversion from Vec<u8> to String methods #129439

Merged
merged 1 commit into from
Sep 15, 2024

Commits on Aug 23, 2024

  1. Implement feature string_from_utf8_lossy_owned

    Implement feature for lossily converting from `Vec<u8>` to `String`
    - Add `String::from_utf8_lossy_owned`
    - Add `FromUtf8Error::into_utf8_lossy`
    okaneco committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    65abcc2 View commit details
    Browse the repository at this point in the history