Skip to content

clarfonthey/nibble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Ways of parsing four-bit integers, i.e. nibbles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages