gettext 0.2.0

An implementation of Gettext translation framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "gettext"
version = "0.2.0"
authors = ["Justinas Stankevicius <justinas@justinas.org>"]
description = "An implementation of Gettext translation framework for Rust"
documentation = "https://justinas.github.io/gettext/gettext/"
license = "MIT"
repository = "https://github.com/justinas/gettext"
readme = "README.md"

[dependencies]
byteorder = "0.4"
encoding = "0.2.32"