Entradas

Graphlib v0.3.0 has been released

Graphlib, the simple and powerful graph library for the Rust programming language has just gotten an API update!

Graphlib v0.3.0 has been released! from rust

Notas sobre cómo configurar VSCode para depurar Rust

Debugging Rust under VSCode on MacOS?

https://www.reddit.com/r/rust/comments/bl4sit/debugging_rust_under_vscode_on_macos/

Esto me interesa, ¿plugins con Rust sin recompilar?

How would you go about creating an app architecture that supports plugins? I’m thinking about Java where you can just drop .jar files and have them being loaded into your app without the need to recompile the main app.

https://www.reddit.com/r/rust/comments/ble186/how_would_you_go_about_creating_an_app/

Rust parallelism for non-C/C++ developers

First, we need to understand why parallelism is hard, and the reason is that the hardware, the OS, and the compilers are too complex. Since 1970 processor cores do not work with the memory directly and instead use a complex hierarchy of caches and write buffers.

https://medium.com/nearprotocol/rust-parallelism-for-non-c-c-developers-ec23f48b7e56

Lessons when creating a C API from Rust

https://siliconislandblog.wordpress.com/2019/05/03/lessons-when-creating-a-c-API-from-rust/amp/

genpass for Rust

A simple yet robust commandline random password generator.

Multiplatform (Linux, Mac, Windows). Fast.

You can use it generate keys or passwords in scripts or use it as your primary desktop password generator.

https://crates.io/crates/genpass

Una hoja de ayuda para Rust

Me encanta esta hoja de referencia rápida a funciones de la librería std agrupadas según tipos asociados:

https://upsuper.github.io/rust-cheatsheet/

Cómo resolvió Rust las dependencias entre paquetes

Por lo pronto es clave el versionado semántico (Semantic Versioning o SemVer):

https://stephencoakley.com/2019/04/24/how-rust-solved-dependency-hell