IDE support for Rust is an oft-requested feature and a key goal of this years roadmap. For the past year we’ve been working on an editor-agnostic IDE backend called the Rust Language Server (RLS). The currently recommended way to use the RLS is in Visual ... (more…)
Read more »
How to leverage the Rocket web framework to serve a vanilla HTML/CSS/JavaScript site. (more…)
Read more »
Property-based testing isn’t always the answer, but the very act of considering your code's abstract properties can help you understand it better. (more…)
Read more »
A modern, cross-platform, and multi-threaded filesystem and disk usage tool that respects hidden file and gitignore rules. - GitHub - solidiquis/erdtree: A modern, cross-platform, and multi-threade... (more…)
Read more »
This guide explains how you can use "global data" in Rust - paulkernfeld/global-data-in-rust... (more…)
Read more »