Content-Length: 8331 | pFad | https://doc.rust-lang.org/stable/std/net/../cmp/../../std/fmt/../str/fn.from_utf8_unchecked.html

from_utf8_unchecked in std::str - Rust

from_utf8_unchecked

Function from_utf8_unchecked 

1.0.0 (const: 1.55.0) · Source
pub const unsafe fn from_utf8_unchecked(v: &[u8]) -> &str
Expand description

Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8.

This is an alias to str::from_utf8_unchecked.

See the safe version, from_utf8, for more information.

§Safety

The bytes passed in must be valid UTF-8.

§Examples

Basic usage:

use std::str;

// some bytes, in a vector
let sparkle_heart = vec![240, 159, 146, 150];

let sparkle_heart = unsafe {
    str::from_utf8_unchecked(&sparkle_heart)
};

assert_eq!("💖", sparkle_heart);








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://doc.rust-lang.org/stable/std/net/../cmp/../../std/fmt/../str/fn.from_utf8_unchecked.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy