Entradas
Rusoto, interactúa con AWS desde programas Rust
/0 Comentarios/en Notas rápidas/por Manuel CilleroRusoto define un crate como núcleo del kit de desarrollo (core del SDK) para conectar con los servicios de Amazon Web Services (AWS) y que contiene la funcionalidad común compartida entre todos los servicios. Luego están los crates para cada servicio soportado.
GitHub...
: https://github.com/rusoto/rusoto
crates.io
: https://crates.io/crates/rusoto_core
docs.rs..
: https://docs.rs/rusoto_core/latest/rusoto_core
We'd like to introduce …
/0 Comentarios/en Notas rápidas/por Manuel CilleroWe’d like to introduce another component: Runtime, a crate that makes working with async code feel closer to working with std.
Learning parser combinators with Rust
/0 Comentarios/en Notas rápidas/por Manuel CilleroThere comes a point in the life of every programmer when they find themselves in need of a parser.
A Love Letter to Rust Macros
/0 Comentarios/en Notas rápidas/por Manuel CilleroUna magnífica revisión sobre la potencia, posibilidades y uso de las macros en Rust.
What are the performance impacts of 'functional' Rust?
/0 Comentarios/en Notas rápidas/por Manuel Cillero«The important thing to note is that the algorithm matters. How that algorithm is expressed (procedural, imperative, object-oriented, functional, declarative) generally doesn’t matter.»
https://stackoverflow.com/questions/55675093/what-are-the-performance-impacts-of-functional-rust
CodeChain-io/codechain: Programmable multi-asset chain
/0 Comentarios/en Notas rápidas/por Manuel CilleroMás repositorios tengo! CodeChain es una tecnología de blockchain de código abierto, óptima para desarrollar y personalizar sistemas de gestión de activos.
godot-rust, interfaz de alto nivel entre Rust y el motor de juegos Godot
/0 Comentarios/en Notas rápidas/por Manuel CilleroGDNative proporciona un interfaz para permitir la interacción entre programas Rust y el motor de juegos Godot.
GitHub...
: https://github.com/GodotNativeTools/godot-rust
crates.io
: https://crates.io/crates/gdnative
docs.rs..
: https://docs.rs/gdnative/latest/gdnative