A bit over a year ago, I wrote some notes on a “smaller Rust” - a higher level language
that would take inspiration from some of Rust’s type system innovations, but would be simpler by
virtue of targeting a domain with less stringent requirements for user... (more…)
Read more »
A high level diffing library for rust based on diffs - mitsuhiko/similar... (more…)
Read more »
Manas project aims to create a modular framework and ecosystem to create robust storage servers adhering to Solid protocol in rust. - GitHub - manomayam/manas: Manas project aims to create a modula... (more…)
Read more »
It was quite a while since I did the last post about the progress in rg3d (November 2020, ouch). Now it’s the time to fix that! For last three months rg3d and rusty-editor has gained lots and lots of big features and improvements. Also I started making ne... (more…)
Read more »
I've implemented coroutines and python like generators in Rust (with a bit of
assembly). This code was done as a learning exercise more than as something
intended for production. There are already several libraries in Rust that do
approximately the same ... (more…)
Read more »