rspolib
Port to Rust of the Python library polib.
Install
Usage
use ;
let po = pofile.unwrap;
for entry in &po.entries
po.save;
See the documentation at docs.rs/rspolib
Port to Rust of the Python library polib.
use ;
let po = pofile.unwrap;
for entry in &po.entries
po.save;
See the documentation at docs.rs/rspolib