rust-num / num-traits

Numeric traits for generic mathematics in Rust
Apache License 2.0
732 stars 135 forks source link

const conversion #225

Closed U007D closed 3 years ago

U007D commented 3 years ago

Support primitive integer conversion via const_conversion feature or when building with a version of the compiler where const_trait_impl has stabilized.