1 | [package] |
---|---|
2 | authors = ["Jorge Aparicio <japaricious@gmail.com>"] |
3 | description = "`Cell` with volatile read / write operations" |
4 | documentation = "https://docs.rs/vcell" |
5 | keywords = ["no-std", "volatile", "cell"] |
6 | license = "MIT OR Apache-2.0" |
7 | name = "vcell" |
8 | repository = "https://github.com/japaric/vcell" |
9 | version = "0.1.3" |
10 | |
11 | [features] |
12 | const-fn = [] # Unused, but kept for backwards compatibility |
13 |