ScyllaDB engineers developed a shard-aware Rust driver during our internal hackathon. Find out its features and how fast it really is! (more…)
Read more »
Rust is an appealing language for building user interfaces for a variety of reasons, especially the promise of delivering both performance and safety. However, finding a good architecture is challenging. Architectures that work well in other languages gen... (more…)
Read more »
Restart accel project After two years from accel-0.1.0 release, I have released accel-0.3.0. This project had been actually dead long time after 0.1.0 release, and 0.3.0 is a first release of restarted this project! (0.2.0 has been yanked) In this two ye... (more…)
Read more »
Part 0 in our series about learning and writing systems software using Rust. (more…)
Read more »
Rust is increasingly used as a programming language for smart contracts.
Whereas the first generation blockchains used specialized VMs,
newer blockchains are running general purpose VMs,
especially WASM.
And of course,
Rust is a modern language that runs ... (more…)
Read more »