File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
- - Add ` VolatileRef::borrow ` and ` VolatileRef::borrow_mut `
3
+ * Add ` #[derive(Volatile)] ` for easy, access-limited field-based access to structs by @mkroening in https://github.com/rust-osdev/volatile/pull/49
4
+ * Add ` VolatileRef::restrict ` and ` VolatilePtr::restrict ` by @mkroening in https://github.com/rust-osdev/volatile/pull/47
5
+ * Add ` VolatileRef::borrow ` and ` VolatileRef::borrow_mut ` by @mkroening in https://github.com/rust-osdev/volatile/pull/46
6
+ * Add support for nested ` map_field ` operations by @phil-opp in https://github.com/rust-osdev/volatile/pull/50
7
+ * docs: remove unused ` NonNull ` imports by @mkroening in https://github.com/rust-osdev/volatile/pull/48
8
+ * fix(Cargo.toml): add categories by @mkroening in https://github.com/rust-osdev/volatile/pull/52
4
9
5
10
# 0.5.2 – 2024-03-22
6
11
You can’t perform that action at this time.
0 commit comments