Crates.io | nibble |
lib.rs | nibble |
version | 0.1.0 |
source | src |
created_at | 2017-10-30 23:32:23.607401 |
updated_at | 2017-10-30 23:32:23.607401 |
description | Ways of parsing four-bit integers, i.e. nibbles. |
homepage | |
repository | https://github.com/clarcharr/nibble |
max_upload_size | |
id | 37529 |
size | 115,733 |
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.
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)