alpm 0.4.0

Pacman interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# alpm-rs

Work in progress reverse engineering project to use the pacman backend from rust.

[![crats.io](https://img.shields.io/crates/v/alpm.svg)](https://crates.io/crates/alpm)
[![Documentation](https://docs.rs/alpm/badge.svg)](https://docs.rs/alpm/)
[![Build Status](https://travis-ci.org/dns2utf8/alpm-rs.svg?branch=master)](https://travis-ci.org/dns2utf8/alpm-rs)

## Contributions

Adding more features of the backend would be nice.
Feel free to submit issues or pull-requests.

## Test infrastructure

Travis will build the crate with stable, beta and nightly.
In addition the test will be run inside a docker container with the stable compiler.