nibble

Crates.ionibble
lib.rsnibble
version0.1.0
sourcesrc
created_at2017-10-30 23:32:23.607401
updated_at2017-10-30 23:32:23.607401
descriptionWays of parsing four-bit integers, i.e. nibbles.
homepage
repositoryhttps://github.com/clarcharr/nibble
max_upload_size
id37529
size115,733
Clar Fon (clarfonthey)

documentation

https://docs.charr.xyz/nibble/nibble

README

Nibble types

Ways of parsing four-bit integers, i.e. nibbles. You may freely use and modify this code under the CC0 1.0 Universal License.

You can find the rustdoc here.

Usage

To use in your own project, just add the below to your Cargo.toml file.

[dependencies]
nibble = "0.1"

If you're interested in using this crate with no_std:

[dependencies]
nibble = { version = "0.1", default-features = false }

(note, this currently does not work)

Commit count: 1

cargo fmt