Closures in Rust are powerful and flexible, building on traits, generics and ownership.
(more…)
Read more »
Disclaimer: I discovered a previous explanation
here
but I found it a little confusing, so I’m hoping mine is easier to follow. (more…)
Read more »
rust-learning - A bunch of links to blog posts, articles, videos, etc for learning Rust... (more…)
Read more »
steed - [WIP] Rust's standard library, free of C dependencies, for Linux systems...
Read more »
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 »