1 unstable release
0.1.0 | Jan 1, 2021 |
---|
#405 in No standard library
8KB
268 lines
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
.
lib.rs
:
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
].