halfling 0.8.0

A collection of basic utilities for working with nibbles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Oliver Wooding <oliverwooding@icloud.com>"]
name = "halfling"
version = "0.8.0"
edition = "2024"
readme = "README.md"
repository = "https://github.com/eikopf/halfling"
license = "MIT"
keywords = ["nibble", "nybl", "no_std"]
categories = ["encoding", "data-structures"]
description = "A collection of basic utilities for working with nibbles."

[features]
default = []
std = []

[dependencies]
thiserror = "2.0.12"