bit_utils 0.1.0

Bit utilities (and eventually Nibble support) for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bit_utils"
version = "0.1.0"
authors = ["Cruz Julian Bishop <cruzjbishop@gmail.com>"]

description = "Bit utilities (and eventually Nibble support) for Rust"

repository = "https://github.com/Techern/bit_utils-rs"
documentation = "http://techern.github.io/bit_utils-rs"
readme = "README.md"

keywords = ["bit", "bitwise", "nibble"]
license = "MIT"