Implementation of the GPT architecture in Rust π¦ + Burn π₯ - felix-andreas/gpt-burn... (more…)
Read more »
I am working on a regex benchmark (to be made public probably some time this year), and I'm looking to add regexes to it that are used in the real world. The benchmark will of course include re... (more…)
Read more »
Rust macros are magic.I want to show you a real life application of a powerful rust macro I put together, that handles spell assets in the bevy game engine.I... (more…)
Read more »
FTRF, a new language that compiles to the r-word language. - GitHub - tompflynn/ftrf: FTRF, a new language that compiles to the r-word language. (more…)
Read more »
Using async Rust libraries is usually easy. It's just like using normal Rust code, with a little async or .await here and there. But writing your own async libraries can be hard. The first time I tried this, I got really confused by arcane, esoteric synta... (more…)
Read more »