Koka / gettext-rs

GNU Gettext FFI binding for Rust
51 stars 25 forks source link

Make gettext-sys no_std #108

Closed ajtribick closed 8 months ago

ajtribick commented 12 months ago

Switches the C types from std::os::raw to core::ffi - this does have the consequence of bumping the minimum Rust version from Rust 1.1 to Rust 1.30