How to safely cast integers?
10:58 05 May 2015

There used to be a fn std::num::cast that would cast between integer types and return an Option (returning None if the cast was invalid). Where did that functionality go?

rust