What I learned contributing to Rust-Analyzer

What is rust-analyzer and its goal: Rust-analyzer is a tool to improve the developer exper… Read more

Similar

Rust Closures in FFI

Every now and then when using native libraries from Rust you’ll be asked to pass a callback across the FFI boundary. The reasons are varied, but often this might be done to notify the caller when “interesting” things happen, for injecting logic (see the S... (more…)

Read more »