nstd_string_from_u8

Function nstd_string_from_u8 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_string_from_u8( v: NSTDUInt8, ) -> NSTDString<'static>
Available on crate feature string only.
Expand description

Creates a new NSTDString from an NSTDUInt8.

§Parameters:

  • NSTDUInt8 v - The 8-bit unsigned integer value.

§Returns

NSTDString string - The 8-bit unsigned integer value as a string.