Ask HN: Which C libraries do you think should get a modern alternative?

2 points by Forgret ↗ HN

3 comments

[ 4.3 ms ] story [ 14.2 ms ] thread
You mean which C lib should get a vibe coded, poorly maintained alternative in Rust?
JSON parsing - While libraries like cJSON exist, many are either too basic or too complex. A modern JSON library with streaming support, JSONPath queries, and schema validation would be valuable.