Crates.io | unin |
lib.rs | unin |
version | 0.0.1 |
source | src |
created_at | 2021-04-06 23:42:24.185271 |
updated_at | 2022-05-17 15:16:37.840602 |
description | a (maintained) library providing integers of nonstandard widths for rust |
homepage | |
repository | https://github.com/superwhiskers/unin |
max_upload_size | |
id | 380071 |
size | 95,499 |
a maintained, hard-forked implementation of integers in nonstandard widths for rust programs
this is forked from numX, which is itself forked from uX. the reasoning behind this is that neither have been updated for over a year (uX for over two years,) and i would like to be able to make upstreamable changes quicker than pull requests would allow
u1
-u127
and i1
-i127
types that should behave as similar as possible to the built in rust
types (some methods may be missing. i plan to attempt to fix this)From
traitTryFrom
traitserde
by serializing into the next biggest containerisize
and usize
for the target architecturenum-traits
i wouldn't typically include such a section, but in the spirit of the numX fork, here are the people who i've included contributions from
this crate is licensed under either of the following
unless explicitly stated otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.