How to determine memory usage of current Rust process?

https://www.reddit.com/r/rust/comments/b9irmd/question_how_to_determine_memory_usage_of_current/

Is it possible to use Diesel schema macros with Rust 2018?

Diesel seems to be the only real database abstraction layer that is in a real state of completion. The problem is, though, following their guide (even when using new package import style) just results in missing macro errors for the generated schema file. After adding the «public» macro use statements, I just get more missing errors for «private» macros.

Is there any practical way of using Diesel with (stable) Rust 2018, or do I just have to wait for their next major release to be able to use Diesel?

https://www.reddit.com/r/rust/comments/b9t3c0/is_it_possible_to_use_diesel_schema_macros_with/

rustdoc tools or process tips?

The thing I’m struggling with is adding the source code to my docs in an efficient manner and without messing up the weird mix of code comments (/// or //!) + Markdown formatting.

Anyway, I’m wondering, how are people doing this currently?

https://www.reddit.com/r/rust/comments/b9zc94/rustdoc_tools_or_process_tips/

El cangrejo Ferris

Imágenes para descargar en diferentes formatos del cangrejo Ferris, la mascota no oficial del lenguaje de programación Rust.

http://www.rustacean.net/

Using WebAssembly to speed up a Web App by 20X (Case Study)

WebAssembly is a new language that runs in the browser alongside JavaScript. Yes, that’s right. JavaScript is no longer the only language that runs in the browser!

But beyond just being “not JavaScript”, its distinguishing factor is that you can compile code from languages such as C/C++/Rust (and more!) to WebAssembly and run them in the browser.

https://www.smashingmagazine.com/2019/04/webassembly-speed-web-app/

Simplifing mathematical formulas with rust macros

How to simplify mathematical formulas with rust macros?

https://stackoverflow.com/questions/55543094/how-to-simplify-mathematical-formulas-with-rust-macros

Zola 0.6.0 released

Zola is a fast static site generator in a single binary with everything built-in.

The version 0.6.0 was released on march 25th.

https://www.reddit.com/r/rust/comments/b9rc50/zola_060_released/

Actix web, un servidor web rápido para Rust

Actix web soporta HTTP/1.x y HTTP/2, streaming y pipelining, enrutamiento, compatibilidad con Tokio.rs, soporte a WebSockets, compresión/descompresión transparente de contenidos (br, gzip, deflate, zstd), servir ficheros estáticos, etc…

GitHub...: https://github.com/actix/actix-web
crates.io: https://crates.io/crates/actix-web
docs.rs..: https://docs.rs/actix-web/latest/actix_web

Vulnerabilidad crítica en el …

Vulnerabilidad crítica en el navegador Tor puede revelar la IP real del usuario. Conspiranoia: ¿una puerta trasera? https://amp.thehackernews.com/thn/2017/11/tor-browser-real-ip.HTML