Python cryptography, Rust, and Gentoo
Python cryptography, Rust, and Gentoo
Posted Feb 11, 2021 0:27 UTC (Thu) by sthibaul (✭ supporter ✭, #54477)Parent article: Python cryptography, Rust, and Gentoo
> fringe platforms which can't even run a Rust compiler.
Did he actually try to port Rust to a new platform?
That sentence is completely upside down. It is Rust that can't even
build&run on a Posix system.
It really is a beast. And I haven't seen anything in Rust to make it
easy. Basically you have to go over all your libc headers and describe
them structure by structure, bit by bit to rust. And Rust people don't
seem to care about the situation since they have already ported to the
only few platforms they care about...
