konfik_derive 0.2.0

Derive macro for konfik configuration parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
# konfik_derive

Derive macro for the `konfik` configuration parsing library.

## Overview

This crate provides the `#[derive(Konfik, Nested)]` procedural macro that automatically implements the necessary traits for structs to work with the `konfik` configuration loader.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.