Python cryptography, Rust, and Gentoo
Python cryptography, Rust, and Gentoo
Posted Feb 11, 2021 10:41 UTC (Thu) by Sesse (subscriber, #53779)In reply to: Python cryptography, Rust, and Gentoo by StillSubjectToChange
Parent article: Python cryptography, Rust, and Gentoo
Well, Rust is the only language I've seen where you cannot have a global variable without pulling in a crate.
(You can have a global variable, but not reasonably access is without a mutex, and to initialize that mutex, you de facto need the lazy_alloc crate.)
There are so many things I think Rust has done right. I really want to love the language. But I so dislike that it is yet another language with dependency sprawl and its own package manager that works for its one language only.
