Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 297 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 297 Bytes

primitive_traits

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.