Qwen ASR by rust. Contribute to huanglizhuo/QwenASR development by creating an account on GitHub. (more…)
Read more »
Foreign Function Interfaces (FFI) are a core mechanism for enabling integration of new languages into existing codebases or building on existing libraries. That said, the term “FFI” is often overloaded in ways that may be unclear or ambiguous, and the are... (more…)
Read more »
This year’s #hacktoberfest became a great opportunity for me to start learning Rust. In this article, I will share a couple of tricks… (more…)
Read more »
Operating system differences can cause your Rust binaries to break when run in a different environment than they were compiled in. Here are the most common things to watch out for. (more…)
Read more »
As I’ve worked on my Pushrod library over the past year, one of the major struggles I encountered was trying to figure out how to draw using just the GPU, instead of drawing directly to the on-screen Canvas. (more…)
Read more »