Skip to content

Commit

Permalink
merge doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Dec 30, 2019
2 parents 4421873 + 51d1b9a commit 3319031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Description

Provides facilities to construct big unsigned integer types.
Provides facilities to construct big unsigned integer types which use no allocations (stack-based, fixed bit length).
If you want to use a predefined `U128`, `U256` or `U512` type, take a look at the [`primitive-types`](https://github.com/paritytech/parity-common/tree/master/primitive-types) or [`ethereum-types`](https://github.com/paritytech/parity-common/tree/master/ethereum-types) crate.

The focus on the provided big unsigned integer types is performance and cross-platform availability.
Expand Down

0 comments on commit 3319031

Please sign in to comment.