Crates.io | libalpm-fork |
lib.rs | libalpm-fork |
version | 0.1.4 |
source | src |
created_at | 2018-10-31 18:55:24.148635 |
updated_at | 2018-10-31 19:29:24.20989 |
description | An aspirationally safe wrapper around libalpm (the Arch Linux Package Manager). This fork compiles on stable rust. |
homepage | https://github.com/vn971/alpm/tree/master/libalpm |
repository | https://github.com/vn971/alpm |
max_upload_size | |
id | 93856 |
size | 126,989 |
This fork compiles on stable rust: https://crates.io/crates/libalpm-fork
The code is taken from here: https://github.com/jameslzhu/alpm and published. Unfortunately, the real author of the code didn't publish it.
Hopefully it'll be resolved over time and "jameslzhu" will publishe their code themselves.
I've changed some function names to match rust convention (e.g. no 'get',
get_value() => value()
, no shortened words desc => description
).
Currently linux-only.