Let’s write a video codec from scratch in ~100 lines of Rust
Let’s demystify video codecs by writing one from scratch in about a hundred lines of Rust. (more…)
Read more »Rust is an emerging programming language that aims to prevent memory-safety
bugs. However, the current design of Rust also brings side effects which may
increase the risk of memory-safety issues. In particular, it employs OBRM
(ownership-based resource ma… Read more