nibbler 0.1.1

A small utility for working with nibbles (half byte, 4-bits).
Documentation
[package]
name = "nibbler"
version = "0.1.1"
authors = ["Rusty Chalk <RustyChalk@tuta.io>"]
edition = "2018"
description = "A small utility for working with nibbles (half byte, 4-bits)."
#documentation = url
readme = "Readme.md"
homepage = "https://gitlab.com/RustyChalk/nibbler"
repository = "https://gitlab.com/RustyChalk/nibbler"
license-file = "LICENSE"
keywords = ["nibble", "byte", ]
categories = ["mathematics", "science", ]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]