Crates.io | primitive_traits2 |
lib.rs | primitive_traits2 |
version | 0.1.0 |
source | src |
created_at | 2021-01-01 00:24:52.567704 |
updated_at | 2021-01-01 00:24:52.567704 |
description | This crate implements traits for primitives as Unsigned and RawPointer. |
homepage | |
repository | https://github.com/IronThread/primitive_traits |
max_upload_size | |
id | 329954 |
size | 7,330 |
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
.