Which is a humbling experience. I remember being at the CodeConf where Ryan Dahl spoke about libuv (maybe it was where it was first announced?) And I spent quite a bit of time reading libuv source code when working on Mio/Tokio.
Got reminded that early Rust used libuv.
Got reminded that Dino differs from Node in that it uses Rust rather than C, and tokio rather than libuv.
Dino, Node and libuv all share that they were created by the same person.
What I don't know: Who maintains libuv now? Node.js?