740
Rust project startup kit
(lemy.lol)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
This actually wrong way to do it, here the pro way:
1.Start writing a game/app/engine/os.
2.Write dozen utility packages for it.
3.Write high-level packages for #2
4.Write a "light-weight" version of #3 when disgusted with bloat of #3.
5.repeat #2 with more modern rust code.
Don't forget to upload them all to crates.io. Add them to the list of useless crates that no one will ever use.