Conf: A derive-based, highly composable config parser (v0.2)

⚓ Rust    📅 2025-11-21    👤 surdeus    👁️ 4      

surdeus

Hi, I wanted to advertise this project of mine more widely:

It is designed to be an easy replacement for clap-derive when you need features that clap-derive doesn't have, but it has grown to also include reading structured data from config files as an extension.

It allows you to use and re-use small config structures at multiple points across your config tree in a large project, which I found to be a pain point when using clap-derive .

I've been using this in production at my company and in all my side projects for over a year, and it is getting very close to maturity -- there are very few additional features that I want when I use it.

Would appreciate any eyeballs and feedback!

1 post - 1 participant

Read full topic

🏷️ Rust_feed