Entradas

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.

https://www.reddit.com/r/rust/comments/bwy99w/actixweb_10_released/

Un servidor HTTP ¿estático? hecho en Rust

https://www.reddit.com/r/rust/comments/bneoy6/i_wrote_about_creating_a_static_http_server_with/

Why does parse() require an except() or unwrap() method?

Spoiler, es para controlar la interpretación de cadenas que no sean números. Pero como siempre ocurre en la comunidad Rust, lo explican muy bien y muy detallado. Ideal para aprender.

https://www.reddit.com/r/rust/comments/bmkuor/why_does_parse_require_an_except_or_unwrap_method/

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!

https://www.reddit.com/r/rust/comments/bl19tc/graphlib_v030_has_been_released/

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/

Estado del arte de la programación con librerías gráficas en Rust

https://www.reddit.com/r/rust/comments/bjnxd3/a_guide_to_rust_graphics_libraries_as_of_2019/

Useful Rust macros

Rust macros are a great feature that can reduce code boilerplate and be a time saver for programmers. They also offer flexibility for developers to use metaprogramming to add new features to the language and package them in a way that is easy to integrate into code.

https://www.reddit.com/r/rust/comments/bfwmqy/6_useful_rust_macros_that_you_might_not_have_seen/

sfsdb: A high performance database you already know how to use

https://www.reddit.com/r/rust/comments/bedzmq/sfsdb_a_high_performance_database_you_already/

What Not to Do in Rust

Muy interesante para conocer muchas de las propiedades de Rust. También merece la pena leer los comentarios.

https://www.reddit.com/r/rust/comments/belohw/what_not_to_do_in_rust/

12 Killer Rust Libraries You Should Try

https://www.reddit.com/r/rust/comments/bf0kny/12_killer_rust_libraries_you_should_try/