Registry / utility / alpm
library5.0.2rscratesunverified

Rust bindings for libalpm

# Cargo.toml [dependencies] alpm = "5.0.2"
INSTALL
IMPORT
SIG · ALPM
A
alpm
utilityrustv5.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Alpm
✓ use alpm::Alpm;

Initialize an ALPM handle for package management.

use alpm::Alpm; fn main() { let handle = Alpm::new("/", "/var/lib/pacman").unwrap(); println!("Alpm version: {}", handle.version()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
OpenAI (training)
1
Resources
alpm — cargo add alpm · libregistry