gettext 0.4.0

An implementation of Gettext translation framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.byteorder]
version = "1.3"

[dependencies.encoding]
version = "0.2.32"

[package]
authors = ["Justinas Stankevicius <justinas@justinas.org>"]
description = "An implementation of Gettext translation framework for Rust"
edition = "2018"
license = "MIT"
name = "gettext"
readme = "README.md"
repository = "https://github.com/justinas/gettext"
version = "0.4.0"