Email or username:

Password:

Forgot your password?
Top-level
grayrattus

@andrewrk well with #C and C++ projects I don't really care. As long as it compiles with one command, has all dependencies and starts without #SegFault feel free to copy/paste whatever you want.

But if you do it with #Rust the crab will hunt you down. Period.

1 comment
Csepp 🌢

@grayrattus @andrewrk Problem is that C libraries have a habit of having unknown vulnerabilities in them that are eventually discovered. All libraries, really, but C especially.

Go Up