Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Koka/gettext-rs
GNU Gettext FFI binding for Rust
https://github.com/Koka/gettext-rs
Last synced: 3 months ago
JSON representation
GNU Gettext FFI binding for Rust
- Host: GitHub
- URL: https://github.com/Koka/gettext-rs
- Owner: gettext-rs
- Created: 2016-02-02T07:37:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T15:30:19.000Z (4 months ago)
- Last Synced: 2024-07-26T00:41:31.801Z (4 months ago)
- Language: Rust
- Size: 31.8 MB
- Stars: 51
- Watchers: 8
- Forks: 24
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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.