Any Rust implementations of KConfig / KConfiglib?

There is a useful library for Python called Kconfiglib: https://github.com/ulfalizer/Kconfiglib. It implements not only Kconfig handling, but also presenting a nice GUI for configuring options. Is anyone aware of something like this in Rust?

I tried searching on crates.io for any libraries related to your question but unfortunately I didn't find anything (I would encourage you to search again, if you haven't, in case my terms were not correct). A search on the inter-tubes didn't help either, I'm afraid. On the bright side, it's a great chance for you, if you want, to head that project. Seems like a golden opportunity to become the go to person for the Rust's implementation of KConfig. How cool would that be?

1 Like

Thanks for looking! I should have mentioned, but I did check crates.io. I figured it would be useful to have some additional sets of eyes on this :slight_smile: .

I think I will work on porting it to Rust.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.