Hacia un código más seguro
Microsoft Security Response Center respalda el uso de Rust para la programación de sistemas seguros.
https://msrc-blog.microsoft.com/2019/07/16/a-proactive-approach-to-more-secure-code
Expresiones regulares en línea
Increíble herramienta de cabecera creada por Firas Dib imprescindible para aprender, crear y probar expresiones regulares:
Getting started with #rustlang, working with files and doing file I/O
And also introduces Rust’s ownership concept and the Cargo tool.
https://www.linuxjournal.com/content/getting-started-rust-working-files-and-doing-file-io
Auth Web Microservice with rust using Actix-Web 1.0
Tutorial imprescindible no sólo para aprender a programar microservicios con #Rustlang.
https://gill.net.in/posts/auth-microservice-rust-actix-web1.0-diesel-complete-tutorial/
Actix-web 1.0 liberada
Uno de los entornos de desarrollo de servidores web más conocidos para Rust, Actix-web, acaba de liberar su versión 1.0.
Rebuffing the Attack of the Clones
How the author teach new users not to clone.