volatile 0.3.0

A simple volatile wrapper type
Documentation
# Unreleased

# 0.3.0 – 2020-07-29

- **Breaking:** Remove `Debug` and `Clone` derives for `WriteOnly` ([#12]https://github.com/rust-osdev/volatile/pull/12)

# 0.2.7 – 2020-07-29

- Derive `Default` for `Volatile`, `WriteOnly` and `ReadOnly` ([#10]https://github.com/embed-rs/volatile/pull/10)