Registry / config / config-file-handler

config-file-handler

JSON →
library0.11.0rscratesunverified

Create, read, and write JSON-encoded configuration files.

# Cargo.toml [dependencies] config_file_handler = "0.11.0"
INSTALL
IMPORT
SIG · CONFIG-FILE-HANDLE
C
config-file-handler
configrustv0.11.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.

ConfigFileHandler
use config_file_handler::ConfigFileHandler;

Reads a JSON config file.

use config_file_handler::ConfigFileHandler; fn main() -> Result<(), Box<dyn std::error::Error>> { let handler = ConfigFileHandler::new("config.json")?; let value: serde_json::Value = handler.read()?; println!("{}", value); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Resources
config-file-handler — cargo add config-file-handler · libregistry