Module nstd_sys::core::unichar

source ·
Available on crate feature core only.
Expand description

A Unicode scalar value.

This is a structure that wraps an NSTDChar32 (Rust’s char primitive is not FFI safe). This is done so that an NSTDUnichar can be created once and used a number of times without worrying about Unicode validity.

Structs

Functions

Type Aliases