[package]
edition = "2024"
name = "bitfielder"
version = "0.1.1"
authors = ["Weathered Steel <contact@weathered-steel.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yet another bitfield library"
readme = "README.md"
keywords = [
"bitfield",
"embedded",
]
categories = [
"embedded",
"hardware-support",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/weathered-steel/bitfielder"
[features]
std = []
[lib]
name = "bitfielder"
path = "src/lib.rs"
[dependencies.paste]
version = "1.0.15"