Simplifying endian-specific file parsers in Rust with Omnom and type inference
Blake Loring, software developer. My personal website... (more…)
Read more »
Rust is a great language to write small command line tools in. While it gives you some tools for common tasks, allows nice abstractions, it also has a type system and approach to API design that lead you to write robust code. Let me show you some techniqu… Read more