-
- Downloads
debug
[package] | [package] | ||
authors = [ | authors = [ | ||
"Jorge Aparicio <japaricious@gmail.com>", | "Jorge Aparicio <japaricious@gmail.com>", | ||
"Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" | "Jonathan 'theJPster' Pallant <github@thejpster.org.uk>", | ||
"Per Lindgren <per.lindgren@ltu.se>" | |||
] | ] | ||
description = "Volatile access to memory mapped hardware registers" | description = "Volatile access to memory mapped hardware registers" | ||
documentation = "https://docs.rs/volatile-register" | documentation = "https://docs.rs/volatile-register" | ||
keywords = ["no-std", "volatile", "register"] | keywords = ["no-std", "volatile", "register"] | ||
license = "MIT OR Apache-2.0" | license = "MIT OR Apache-2.0" | ||
name = "volatile-register" | name = "volatile-register" | ||
repository = "https://github.com/japaric/volatile-register" | repository = "https://github.com/japaric/volatile-register" | ||
version = "0.2.0" | version = "0.3.0" | ||
[dependencies] | [dependencies] | ||
vcell = "0.1.0" | vcell = "0.1.0" | ||
[features] | |||
debug-fmt = [] | |||
#default = ["debug-fmt"] | |||
\ No newline at end of file |
Please register or sign in to comment