bitptr 0.2.1

`core::ptr` for bit offsets
Documentation
[lib]
name = "bitptr"
path = "src/lib.rs"

[lints.rust]
unused_parens = "allow"

[package]
authors = ["Totobird <https://github.com/Totobird-Creations>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "compression"]
description = "`core::ptr` for bit offsets"
edition = "2024"
keywords = ["bit", "pointer", "ptr"]
license = "LGPL-3.0-only"
name = "bitptr"
readme = "README.md"
repository = "https://github.com/Totobird-Creations/bitptr"
rust-version = "1.87"
version = "0.2.1"