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
compliled with unwinding enabled.