Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 225 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 225 Bytes

num-conv

num_conv is a crate to convert between integer types without using as casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax.