Registry / config / pacmanconf

pacmanconf

JSON →
library3.1.0rscratesunverified

A pacman-conf wrapper library for parsing pacman config files.

# Cargo.toml [dependencies] pacmanconf = "3.1.0"
INSTALL
IMPORT
SIG · PACMANCONF
P
pacmanconf
configrustv3.1.0
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.

Config
use pacmanconf::Config;

Parses and provides access to pacman configuration settings.

use pacmanconf::Config; fn main() { let config = Config::new().unwrap(); println!("Root dir: {}", config.root_dir().unwrap()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
pacmanconf — cargo add pacmanconf · libregistry