bitmath 0.0.1

Tools for arbitrary-sized bitwise arithmetic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bitmath_macros]
version = "0.0.1"

[lib]
name = "bitmath"
path = "src/lib.rs"

[package]
categories = ["data-structures", "emulators", "hardware-support", "mathematics"]
description = "Tools for arbitrary-sized bitwise arithmetic"
edition = "2021"
keywords = ["bits", "width", "bitwise", "overflow", "twos_complement"]
license = "MIT"
name = "bitmath"
readme = "README.md"
repository = "https://github.com/trashbyte/bitmath"
resolver = "2"
version = "0.0.1"