encodingcmem is an FFI wrapper for the mem
module of encoding_rs.
Please see the file named COPYRIGHT.
This crate is meant for use in binaries compiled with panic = 'abort'
, which
is required for correctness! Unwinding across FFI is Undefined Behavior, and
this crate does nothing to try to prevent unwinding across the FFI if
compiled with unwinding enabled.
convert_utf8_to_utf16_without_replacement
, utf8_latin1_up_to
,
and str_latin1_up_to
.char
instead of uint8_t
for 8-bit-unit text in C and C++.