setbits 0.1.1

Create an unsigned integer with the high/low `n` bits set to `1`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "setbits"
version = "0.1.1"
rust-version = "1.78.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/Oakchris1955/setbits-rs"
description = "Create an unsigned integer with the high/low `n` bits set to `1`"
exclude = [".github/"]

[dependencies]
akin = "0.4.0"

[features]
default = ["inline"]
inline = []