paholg / typenum

Compile time numbers in Rust.
https://crates.io/crates/typenum
Other
518 stars 46 forks source link

Int type conversion #194

Closed 28Smiles closed 1 year ago

28Smiles commented 1 year ago

Is there anything in the way of implementing either, Integer for Uint or implement a converison trait from UInt to Int? (At least i did not find any way to convert between them)