Daily Archives: 2018-07-23

Working around serde_json bug #464 (serializing pre-epoch mtimes)

You may not know this, but Rust’s serde serialization/deserialization library can panic if you happen to feed it a file modification time prior to the UNIX epoch. I discovered this when it killed an application I was writing and, in … Continue reading

Posted in Geek Stuff | Leave a comment