Rust: The joy of safe zero-copy parsers

In the context of computer science, parsers are programs or algorithms that can translate a given bulk of data into some kind of structured information. When talking about inter-device communication (e.g.: How this article has been sent to your device), parsers are used to convert the received data into something the device can process.