[package] name = "bitrange" version = "0.3.0" authors = ["Victor Koenders "] description = "Simple plugin to map bits in integer values to fields" license = "MIT" readme = "readme.md" documentation = "https://trangar.github.io/doc/bitrange/index.html" repository = "https://github.com/trangar/bitrange" autobins = false edition = "2021" [features] default = ["std"] panic = [] std = [] [[bin]] name = "test" path = "src/bin/test.rs" [dependencies] bitrange_plugin = "0.3.0"