Simple crate with the only purporse of export traits implemented by different kinds of
primitives in rust,like signed and unsigned integers,with all the shared trait implementations
and the capacity of downcasting with Any.
IronThread/primitive_traits
Simple crate with the only purporse of export traits implemented by different kinds of primitives in rust.
Rust