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:

https://regex101.com

¿Una guía de estilo para programar en Rust?

https://www.reddit.com/r/rust/comments/c3gyas/style_guide_available/

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/

Ejemplo de cómo usar actix-web 1.0 con async/await

Vía @3Hren.

https://github.com/3Hren/actix-web-async-await/blob/master/src/main.rs

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.

Actix-web 1.0 released from rust

Practical Rust Web Development – Authentication

https://dev.to/werner/practical-rust-web-development-authentication-3ppg

Rebuffing the Attack of the Clones

How the author teach new users not to clone.

https://thenewwazoo.github.io/clone.HTML