[](https://drone.jojii.de/jojii/pkginfo-rs)
Rust implementation for reading Arch linux packages informations
Add following to your Cargo.toml
```toml
pkginfo = "0.1.2"
```
```rust
use pkginfo;
fn main() -> Result<(), pkginfo::errors::Error> {
}
```