Espanso: Cross-Platform Text Expander Written in Rust

Cross-platform Text Expander written in Rust. Contribute to federico-terzi/espanso development by creating an account on GitHub. Read more

Similar

Deno Apps with WebAssembly, Rust, and WASI

Deno is created by the original developer of Node.js, Ryan Dahl, to address what he called 10 things I regret about Node.js. It did away with the NPM and the infamous node_modules. Deno is a single binary executable to run applications written in TypeScri... (more…)

Read more »

Guide to Error Handling in Rust

Error handling in Rust is very different if you’re coming from other languages. In languages like Java, JS, Python etc, you usually throw exceptions and return successful values. In Rust, you return something called a Result. (more…)

Read more »