We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9405b80 commit f00c35cCopy full SHA for f00c35c
Changelog.md
@@ -1,6 +1,10 @@
1
# Unreleased
2
3
-- The following methods no longer require the `nightly` feature to be `const fn`s`:
+- Make the following types aliases of the new `PortGeneric` type ([#248](https://github.com/rust-osdev/x86_64/pull/248)):
4
+ - `Port<T> = PortGeneric<T, ReadWriteAccess>`
5
+ - `PortReadOnly<T> = PortGeneric<T, ReadOnlyAccess>`
6
+ - `PortWriteOnly<T> = PortGeneric<T, WriteOnlyAccess>`
7
+- The following methods no longer require the `nightly` feature to be `const fn`s` ([#255](https://github.com/rust-osdev/x86_64/pull/255)):
8
- `PageTable::new`
9
- `GlobalDescriptorTable::from_raw_slice`
10
- `MappedFrame::{start_address, size}`
0 commit comments