parity-common/uint
David Palm b0cf5d1cf5 Remove duplicated line 2018-07-30 16:10:31 +02:00
..
examples Move tests from `primitives/tests` to `uint` 2018-07-13 17:58:26 +02:00
src Add uint to workspace 2018-07-13 12:23:15 +02:00
tests Remove duplicated line 2018-07-30 16:10:31 +02:00
Cargo.toml Move tests from `primitives/tests` to `uint` 2018-07-13 17:58:26 +02:00
README.md Move tests from `primitives/tests` to `uint` 2018-07-13 17:58:26 +02:00
build.rs Add 'uint/' from commit '043569906ba7a817abde33877fe1f71cdbc87749' 2018-07-13 12:03:03 +02:00

README.md

Big unsigned integer types

Implementation of a various large-but-fixed sized unsigned integer types. The functions here are designed to be fast. There are optional x86_64 implementations for even more speed, hidden behind the x64_arithmetic feature flag.

Run tests with cargo test --features=std,impl_quickcheck_arbitrary.