9 releases

0.2.6 May 13, 2020
0.2.5 Oct 21, 2019
0.2.4 Sep 6, 2019
0.2.1 Aug 14, 2019
0.1.1 Aug 7, 2019

#1626 in Text processing

Download history 969/week @ 2023-11-19 1095/week @ 2023-11-26 1079/week @ 2023-12-03 857/week @ 2023-12-10 821/week @ 2023-12-17 865/week @ 2023-12-24 1113/week @ 2023-12-31 1036/week @ 2024-01-07 1256/week @ 2024-01-14 1533/week @ 2024-01-21 1188/week @ 2024-01-28 1278/week @ 2024-02-04 1413/week @ 2024-02-11 1406/week @ 2024-02-18 2195/week @ 2024-02-25 3038/week @ 2024-03-03

8,204 downloads per month

Apache-2.0 OR MIT

37KB
252 lines

encoding_c_mem

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

Release Notes

0.2.6

  • Remove year from copyright notices.

0.2.5

  • Specify a links value in the Cargo manifest.
  • Emit an include_dir variable from build script so that other build scripts depending on this crate can rely on it.

0.2.4

  • Documentation-only fix.

0.2.3

  • Documentation-only fix.

0.2.2

  • Wrap convert_utf8_to_utf16_without_replacement, utf8_latin1_up_to, and str_latin1_up_to.

0.2.1

  • Fix a typo in README.

0.2.0

  • Use char instead of uint8_t for 8-bit-unit text in C and C++.

0.1.1

  • Add include guard to the C header.

0.1.0

  • Initial release of encoding_c_mem.

Dependencies

~3MB
~116K SLoC