Registry / config / yarte-config

yarte-config

JSON →
library0.6.1rscratesunverified

Config file parser for the Yarte template engine.

# Cargo.toml [dependencies] yarte_config = "0.6.1"
INSTALL
IMPORT
SIG · YARTE-CONFIG
Y
yarte-config
configrustv0.6.1
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 yarte_config::Config;

Loads a configuration file using yarte_config.

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

No known issues recorded.

Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
yarte-config — cargo add yarte-config · libregistry