Skip to content

Commit 001f71c

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

File tree

2 files changed

+303
-37
lines changed

2 files changed

+303
-37
lines changed

uefi-raw/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
- Added `PciRootBridgeIoProtocol`.
66
- Added `ConfigKeywordHandlerProtocol`.
77
- Added `HiiConfigAccessProtocol`.
8+
- Added lots of convenient methods and `From` implementations to better
9+
integrate the net types (`MacAddress`, `IpAddress`, `Ipv4Address`,
10+
`Ipv6Address`) with the types from `core::net::*` plus some other convenient
11+
`From` transformations. Look into the documentation of the types for further
12+
guidance.
813

914
## Changed
1015
- The documentation for UEFI protocols has been streamlined and improved.

0 commit comments

Comments
 (0)