Articles

Pure Rust implementations of many compression algorithms exist and waiting for you to try them out. This article describes what's available, when to choose one over another and how to use them.
Deref is an interesting one. Depending on your perspective, or mood, it either provides a lot of frustration because of hidden control flow or a lot of delight because it adds a lot of convenience.