masto.es es uno de los varios servidores independientes de Mastodon que puedes usar para participar en el fediverso.
Bienvenidos a masto.es, el mayor servidor de Mastodon para hispanohablantes de temática general.

Administrado por:

Estadísticas del servidor:

2,2 K
usuarios activos

#rust

123 publicaciones106 participantes6 publicaciones hoy

🦀 Rust Is Looking For Your Feedback To Help Guide Its Future
@phoronix

「 The Rust Vision Survey announced today has goals of working to understand where Rust is at today and to identify high-level areas where the project should be going as they move forward. It's a non-goal to figure out specific designs or feature recommendations but they are looking at higher-level aspects as they look at Rust moving into the future 」

phoronix.com/news/Rust-Vision-

www.phoronix.comRust Is Looking For Your Feedback To Help Guide Its Future

I think that phantom lifetimes are my favourite pattern in #rustlang.

It’s amazing how you can just have the borrow checker ensure any arbitrary precedence of destruction that you want!

Especially when doing FFI shenanigans to some language with more “lenient” memory models.