https://github.com/technetos/structconfig
a macro wrapper around yaml-rust
https://github.com/technetos/structconfig
Last synced: 9 months ago
JSON representation
a macro wrapper around yaml-rust
- Host: GitHub
- URL: https://github.com/technetos/structconfig
- Owner: technetos
- License: apache-2.0
- Created: 2018-04-02T16:04:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T18:37:58.000Z (almost 8 years ago)
- Last Synced: 2024-12-29T05:44:02.138Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StructConfig
Parse config files by defining a struct.
This project is mostly for my own personal understanding of macros.
Please use [serde][1] in your project.
[1]: https://github.com/serde-rs/serde