[dependencies.thiserror]
version = "2.0.12"
[features]
default = []
std = []
[lib]
name = "halfling"
path = "src/lib.rs"
[package]
authors = ["Oliver Wooding <oliverwooding@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "data-structures"]
description = "A collection of basic utilities for working with nibbles."
edition = "2024"
keywords = ["nibble", "nybl", "no_std"]
license = "MIT"
name = "halfling"
readme = "README.md"
repository = "https://github.com/eikopf/halfling"
version = "0.8.0"