Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "regmap-accessor"
version = "0.1.0"
authors = ["Lane Kolbly <lane@rscheme.org>"]
edition = "2018"

[dependencies]
mockall = "0.8.3"
modular-bitfield = "0.10.0"
regmap-support = "0.0.0"

[build-dependencies]
regmaps = { path = "/home/lane/regmaps/regmaps" }