Daily Archives: 2016-10-17

A more formal way to think about validity of input data

I’ve begun to port one of my hobby projects from Python to Rust and, while setting up the clap argument parser, I found myself having to bind to the access(2) libc function myself. Yes, it exposes you to a race … Continue reading

Posted in Geek Stuff | Leave a comment