encodingcmem

crates.io docs.rs Apache 2 / MIT dual-licensed

encodingcmem is an FFI wrapper for the mem module of encoding_rs.

Licensing

Please see the file named COPYRIGHT.

No Unwinding Support!

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.

Release Notes

0.1.1

0.1.0