Cpparinfer: A C++23 implementation of the parinfer algorithm

https://gitlab.com/w0utert/cpparinfer

Discussion

miroljub
Unfortunately, it doesn't implement parinfer smart mode.
CyMonk
there is a rust implementation that implements smart mode.

https://github.com/eraserhd/parinfer-rust

miroljub
Yep, that's the one I use currently, but didn't want to link it here.