Skip to main content

Crate readstat_iconv_sys

Crate readstat_iconv_sys 

Source
Expand description

Raw FFI bindings to libiconv for Windows.

This crate compiles vendored libiconv on Windows and is a no-op on other platforms. It exists primarily to support readstat-sys, which needs iconv for character encoding conversion in the ReadStat C library.

Rust bindings are pre-generated per target and checked in under src/bindings/, so building requires no libclang. Maintainers regenerate them with cargo build -p readstat-iconv-sys --features buildtime_bindgen.