24 days of Rust – hound

My engineering diploma involved some digital signal processing (DSP),
in particular sound generation and recognition. Throughout my studies
I went through a ton of audio files, usually using C++ to process them.
I’ve written a custom .wav file loader, of …

Similar

An essay of checked exceptions in Rust

Two years ago I started the cex project to support checked exceptions in Rust. After eating my own dog food, I'd like to share some thoughts - with little code and more like an essay. Checked exceptions provide code-as-documentation #[cex] pub fn foo()... (more…)

Read more »