Unsafe Blocks
Unsafe Blocks
Posted Apr 27, 2015 5:40 UTC (Mon) by gmatht (subscriber, #58961)Parent article: Rust Once, Run Everywhere
It also seems that you don't need unsafe blocks when defining an interface to a new python library. Presumably this is the same for other safe languages. Nice, since if you don't really want unsafe blocks of code all over a "safe" implementation. It would be even nicer if Rust could constraint untrusted code blocks, but apparently this is a too big an ask.
