How to safely cast integers?
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?