Hacker News new | ask | show | jobs
by jtwaleson 356 days ago
I switched to utoipa as I also needed an Open api client generator.

One neat thing is that I generate the complete client with a bit of python code. Then I use Knip to find unused exports in my Typescript project. I actually found some unused backend methods that were left over from refactoring.