Entradas

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

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

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