We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
map
1 parent dc2b65c commit bf9d375Copy full SHA for bf9d375
Changelog.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+- Fix: Add missing documentation of the `map` macro
4
+
5
# 0.5.0 – 2023-06-24
6
7
- **Breaking:** [New design based on raw pointers](https://github.com/rust-osdev/volatile/pull/29)
src/volatile_ptr/macros.rs
@@ -1,4 +1,4 @@
-/// TODO
+/// Provides safe field projection for volatile pointers referencing structs.
///
/// ## Examples
0 commit comments