Cross-platform WebView library in Rust for Tauri. Contribute to tauri-apps/wry development by creating an account on GitHub. (more…)
Read more »
This post contains a gentle introduction to procedural macros in Rust and a guide to writing a procedural macro to curry Rust functions. The source code for the entire library can be found here. It is also available on crates.io. (more…)
Read more »
Since Rust has become so wildly popular and has amassed such a dedicated following, I decided to put down my beloved JS and learn Rust recently. And I must say, it’s not a journey for the faint of… (more…)
Read more »
Summary I'm working with mouse events for my project, and I came across a very interesting method name for MouseEvents. The method is called init_mouse_event_with_can_bubble_arg_and_cancelable_... (more…)
Read more »
Semantic analyzer library for compilers written in Rust for semantic analysis of programming languages AST - GitHub - mrLSD/semantic-analyzer-rs: Semantic analyzer library for compilers written in ... (more…)
Read more »