Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
FromWide
✓ use wio::wide::FromWide;
Converts a wide (UTF-16) string to a Rust String.
use wio::wide::FromWide;
fn main() {
let wide = vec![0x48u16, 0x69, 0];
let s = String::from_wide(&wide);
println!("{}", s);
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.