A 0 dependency, no_std, const-only parser for the IRC message protocol.
I wanted to see how much of an IRC message parser can be written in a const context. Every public and private function is const. I was even able to make all the tests const functions even though it ends up being more verbose.
Documentation can be found here: https://docs.rs/constircmessage_parser