Registry / build-tool / cargo-config2

cargo-config2

JSON →
library0.1.43rscratesunverified

Load and resolve Cargo configuration.

# Cargo.toml [dependencies] cargo-config2 = "0.1.43"
INSTALL
IMPORT
SIG · CARGO-CONFIG2
C
cargo-config2
build-toolrustv0.1.43
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 cargo_config2::Config;

Loads and prints the current Cargo configuration.

use cargo_config2::Config; fn main() { let config = Config::load().unwrap(); println!("Loaded config: {:?}", config); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.43latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
cargo-config2 — cargo add cargo-config2 · libregistry