simple-bitrange 0.1.0

A simple crate for manipulating bit ranges which is common when working with IC registers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
default = ["enable-inline"]
enable-inline = []
never-inline = []

[package]
authors = ["Emil Fresk <emil.fresk@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "A simple crate for manipulating bit ranges which is common when working with IC registers."
documentation = "https://docs.rs/simple_bitrange"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "simple-bitrange"
repository = "https://github.com/korken89/simple-bitrange-rs"
version = "0.1.0"