Tokio is a runtime for asynchronous Rust applications. It allows writing code
using async & await syntax. For example: (more…)
Read more »
Today's article is another throwback to the first edition of 24 days of Rust.
In one of the final posts I
wrote about interesting projects
built with Rust. That was even before the language hit version 1.0.
Two years later and we're at 1.14. Servo,
iota a...
Read more »
A scalable, distributed, collaborative, document-graph database, for the realtime web - GitHub - surrealdb/surrealdb: A scalable, distributed, collaborative, document-graph database, for the realti... (more…)
Read more »
The best open source remote desktop client software - rustdesk/rustdesk... (more…)
Read more »
One feature of Rust that I'm rather enamoured with is its macro system. Known as "macro by example" (MBE) or sometimes referred to as macro_rules, it provides you with an impressive amount of power whilst not allowing for the sort of evil tricks you can ... (more…)
Read more »