Confetti-rs
A configuration language and parser library for Rust, with a flexible mapper for converting between configuration files and Rust structs.
Features
- Simple, intuitive configuration syntax
- A powerful parser with customizable options
- Automatic mapping between configuration and Rust structs
- Support for custom data types
- Comprehensive error handling
Installation
Add this to your Cargo.toml:
[]
= { = "0.1.1", = ["derive"] }
Basic Usage
use ;
use Error;
// Define a configuration structure
More Information
For more examples and detailed documentation, please visit: