Skip to content

Commit c849bec

Browse files
committed
uefi-raw: net: improve convenience and doc
This streamlines the integration with core::net types but also the general usage of uefi_raw::net types.
1 parent f4e3996 commit c849bec

File tree

2 files changed

+335
-42
lines changed

2 files changed

+335
-42
lines changed

uefi-raw/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- Added `PciRootBridgeIoProtocol`.
66
- Added `ConfigKeywordHandlerProtocol`.
77
- Added `HiiConfigAccessProtocol`.
8+
- Added lots of convenient methods and `From` implementations to better
9+
integrate the `uefi_raw::net::*` types with the types from `core::net::*`.
10+
Further, more associated functions for an improved convenience have been
11+
added to the types of that module.
812

913
## Changed
1014
- The documentation for UEFI protocols has been streamlined and improved.

0 commit comments

Comments
 (0)