polib 0.3.0

Read, manipulate and store translation data in GNU gettext PO format.
Documentation
[dependencies.concat-string]
version = "1.0.1"

[dependencies.linereader]
version = "0.4.0"

[[example]]
name = "compile"
path = "examples/compile.rs"

[[example]]
name = "copy"
path = "examples/copy.rs"

[[example]]
name = "filter"
path = "examples/filter.rs"

[[example]]
name = "print"
path = "examples/print.rs"

[lib]
name = "polib"
path = "src/lib.rs"

[package]
authors = ["Brett Dong <brett.browning.dong@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Read, manipulate and store translation data in GNU gettext PO format."
documentation = "https://docs.rs/polib"
edition = "2021"
keywords = ["gettext"]
license = "MIT"
name = "polib"
readme = "README.md"
repository = "https://github.com/brettdong/polib"
version = "0.3.0"

[[test]]
name = "test"
path = "tests/test.rs"