nibble_vec

Crates.ionibble_vec
lib.rsnibble_vec
version0.1.0
sourcesrc
created_at2015-03-20 20:14:32.099919
updated_at2020-06-27 23:13:10.337313
descriptionVector data-structure for half-byte values.
homepage
repositoryhttps://github.com/michaelsproul/rust_nibble_vec
max_upload_size
id1624
size48,211
Developers (github:braun-embedded:developers)

documentation

https://docs.rs/rust_nibble_vec

README

NibbleVec

Build Status

Data-structure for storing a sequence of half-bytes.

Wraps a Vec<u8>, providing safe and memory-efficient storage of 4-bit values.

In terms of supported operations, the structure behaves kind of like a fixed length array, in that insertions into the middle of the vector are difficult (and unimplemented at present).

Usage

This code is available on the Rust package host:

https://crates.io/crates/nibble_vec

You can use it in your own projects by adding nibble_vec as a dependency in your Cargo.toml.

[dependencies]
nibble_vec = "0.0.5"

Documentation

API documentation is available here:

https://docs.rs/nibble_vec

Contributors

Made by:

License

MIT License. Copyright © Michael Sproul and contributors 2015-present.

Commit count: 52

cargo fmt