Registry / config / preftool

preftool

JSON →
library0.2.0rscratesunverified

Configuration library for CLI tools and servers with preference management.

# Cargo.toml [dependencies] preftool = "0.2.0"
INSTALL
IMPORT
SIG · PREFTOOL
P
preftool
configrustv0.2.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 preftool::Config;

Loads configuration from a TOML file.

use preftool::Config; fn main() { let config = Config::new("app.toml").unwrap(); println!("Config loaded: {:?}", config); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
40
OpenAI (training)
1
Resources
preftool — cargo add preftool · libregistry