And by that, I mean exactly 100 lines (excluding templates), with hot reload and an embedded web server 😃
Conceptually, a static site generator is straightforward.
It takes some files as input, often markdown, render them, merge them with pre-defined tem... (more…)
Read more »
A Flash Player emulator written in Rust. Contribute to ruffle-rs/ruffle development by creating an account on GitHub. (more…)
Read more »
Exploring the "expression problem" in Rust. Contribute to dcreager/expression-problem-rust development by creating an account on GitHub. (more…)
Read more »
lettre is a library to send emails over
SMTP from our Rust applications. Like many other crates in the growing,
but still young Rust ecosystem, it is still a work in progress. But while
there are a few features missing from lettre, we can send some emails...
Read more »
In the first volume of 24 Days of Rust, I've
written about hyper
as the Rust HTTP toolkit. A lot of things have changed in the last two years,
but hyper is still the best solution for HTTP in Rust.
However, hyper is undergoing some major changes to use
to...
Read more »