Expand description
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.
Traitsยง
- Float
- Type representing floating decimal comma integer types,like
f64. - Integer
- Trait representing signed integers,like
i32. - RawPointer
- Unsigned
- Trait representing unsigned integers,like
u32.