Running Actix Integration Tests with GitHub Actions (Rust)

My take on writing unit and integration tests with Actix and Rust + CI with Github actions! Content: 0:07 Overview of the video 0:33 A word on unit tests 3:1… Read more

Similar

Using Const Generics in Rust

In part one, we defined a Grid trait and implemented it using 1D and 2D vectors. Benchmarks revealed that a 1D vector was a better choice than a nested 2D vector. In this post, we'll write a new implementation that uses arrays instead of Vec. This should ... (more…)

Read more »

Rust for real time audio analysis

Previously I wrote a small post (now unpublished, it was quite boring) about finding the smallest possible opening for introducing Rust into production use. In that case, Rust's place was quite minor; just the small script-like snippet for updating the in... (more…)

Read more »