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