justinas / gettext

Gettext for Rust. Kind of.
MIT License
56 stars 8 forks source link

Publish new crate release #20

Closed jgarzik closed 2 months ago

jgarzik commented 3 months ago

It has been a while since gettext and gettext-sys have been published to the broader crate ecosystem.

My interest: I have a large project using gettext that just broke due to built-in gettext.tar.gz build issues, https://github.com/rustcoreutils/posixutils-rs

We are currently triaging whether to require a git repo's patch branch, or what is the best workaround.

justinas commented 3 months ago

Hi. Could you elaborate what the failure is? Is this with gettextor gettext-sys?

This repo implements a subset of gettext functionality in Rust, meanwhile gettext-sys / gettext-rs are bindings to the gettext C library.

jgarzik commented 2 months ago

This was applied to gettext-rs, which was mistakenly thought to be this project. Our error; closed.