Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Koka/gettext-rs

GNU Gettext FFI binding for Rust
https://github.com/Koka/gettext-rs

Last synced: about 2 months ago
JSON representation

GNU Gettext FFI binding for Rust

Awesome Lists containing this project

README

        

# gettext-sys and gettext-rs

GNU [gettext](https://www.gnu.org/software/gettext/) bindings for Rust.

[![Build & test on macOS](https://github.com/gettext-rs/gettext-rs/actions/workflows/macos.yml/badge.svg)](https://github.com/gettext-rs/gettext-rs/actions/workflows/macos.yml)
[![Build & test on Linux](https://github.com/gettext-rs/gettext-rs/actions/workflows/linux.yml/badge.svg)](https://github.com/gettext-rs/gettext-rs/actions/workflows/linux.yml)
[![Build & test on FreeBSD](https://img.shields.io/cirrus/github/gettext-rs/gettext-rs/master?label=FreeBSD)](https://cirrus-ci.com/github/gettext-rs/gettext-rs)

gettext-rs:
[![https://crates.io/crates/gettext-rs](https://img.shields.io/crates/v/gettext-rs.svg?v2)](https://crates.io/crates/gettext-rs)
[![Docs](https://docs.rs/gettext-rs/badge.svg)](https://docs.rs/gettext-rs)

gettext-sys:
[![https://crates.io/crates/gettext-sys](https://img.shields.io/crates/v/gettext-sys.svg?v2)](https://crates.io/crates/gettext-sys)
[![Docs](https://docs.rs/gettext-sys/badge.svg)](https://docs.rs/gettext-sys)

For details, please see READMEs in the respective subdirectories.