The main question for me is what the half life is for code I write. In c, with no dependencies, and -Werror disabled, it is likely decades. In python with lots of dependencies, it is probably weeks or months.<p>Where does rust with lots of dependencies (since that seems to be what cargo encourages) sit on the spectrum?