More compact.

This commit is contained in:
Tomasz Drwięga 2019-01-11 14:31:55 +01:00
parent 982228f408
commit 9eba22f43d
No known key found for this signature in database
GPG Key ID: 32E366A18EED312D
1 changed files with 0 additions and 2 deletions

View File

@ -36,12 +36,10 @@ construct_uint! {
/// 128-bit unsigned integer.
pub struct U128(2);
}
construct_uint! {
/// 256-bit unsigned integer.
pub struct U256(4);
}
construct_uint! {
/// 512-bits unsigned integer.
pub struct U512(8);