Are there examples nice open source software or tools that are written as single file?<p>These could be big or small projects but it needs to fit in a single file of source code.<p>Like if it is a C project, then it should be a single .c file. Or if it is Rust project then only single .rs file.<p>Why do I care about this? Just pure curiosity. I hope to discover some interesting projects in the answers.
Rather collectible, so people do: <a href="https://github.com/nothings/single_file_libs">https://github.com/nothings/single_file_libs</a>