#primitive #traits #integer #unsized #unsigned-integer

no-std primitive_traits2

This crate implements traits for primitives as Unsigned and RawPointer

1 unstable release

0.1.0 Jan 1, 2021

#394 in No standard library

Unlicense

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].

No runtime deps