Crates.io | pow_of_2 |
lib.rs | pow_of_2 |
version | 0.1.2 |
source | src |
created_at | 2020-02-04 18:55:49.612682 |
updated_at | 2020-02-16 19:56:14.771734 |
description | Integer-like types which can only represent powers of 2 |
homepage | http://phoenixkahlo.com |
repository | |
max_upload_size | |
id | 204928 |
size | 13,477 |
Integer-like types which can only represent powers of 2. Internally, they are stored as a one-byte exponent. This allows them to implement arithmetic operators with other, simpler artithmetic operators.