encoding_c_mem 0.1.0

C API for encoding_rs::mem
Documentation

encoding_c_mem

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

encoding_c_mem 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.0

  • Initial release of encoding_c_mem.