File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
11
- Implemented ` core::fmt::Write ` for the ` Serial ` protocol.
12
12
- Added the ` MemoryProtection ` protocol.
13
13
- Added ` BootServices::get_handle_for_protocol ` .
14
+ - Added trait ` EqStrUntilNul ` and implemented it for ` CStr16 ` and ` CString16 ` .
15
+ Now you can compare everything that is ` AsRef<str> ` (such as ` String ` and ` str `
16
+ from the standard library) to uefi strings. Please head to the documentation of
17
+ ` EqStrUntilNul ` to find out limitations and further information.
14
18
15
19
### Changed
16
20
27
31
version to make sure it's 2.0 or higher before calling the associated
28
32
function pointers. This prevents potential invalid pointer access.
29
33
- The table ` Header ` struct's ` Debug ` impl now prints the correct signature.
30
-
34
+
31
35
### Removed
32
36
33
37
- Removed the ` exts::allocate_buffer ` function. This function could
You can’t perform that action at this time.
0 commit comments