bitrange 0.3.0

Simple plugin to map bits in integer values to fields
Documentation
[[bin]]
name = "test"
path = "src/bin/test.rs"

[dependencies.bitrange_plugin]
version = "0.3.0"

[features]
default = ["std"]
panic = []
std = []

[package]
authors = ["Victor Koenders <victor.koenders@gmail.com>"]
autobins = false
description = "Simple plugin to map bits in integer values to fields"
documentation = "https://trangar.github.io/doc/bitrange/index.html"
edition = "2021"
license = "MIT"
name = "bitrange"
readme = "readme.md"
repository = "https://github.com/trangar/bitrange"
resolver = "2"
version = "0.3.0"