lib.rs |
FFI bindings for `encoding_rs::mem`.
_Note:_ "Latin1" in this module refers to the Unicode range from U+0000 to
U+00FF, inclusive, and does not refer to the windows-1252 range. This
in-memory encoding is sometimes used as a storage optimization of text
when UTF-16 indexing and length semantics are exposed. |
32871 |