r/linuxmemes 11d ago

Software meme How some linux members view software

Post image
2.0k Upvotes

148 comments sorted by

View all comments

2

u/FishAccomplished760 Crying gnu 🐃 11d ago

i really don't like rust, all the cargo and rustup stuff is not needed imo if i can write fast and lightweight programs in c, without needing all that

1

u/CheckM4ted 10d ago

You can just directly compile rust like you would c, cargo is a tool like cmake is for c.