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 1111- Implemented ` core::fmt::Write ` for the ` Serial ` protocol.
1212- Added the ` MemoryProtection ` protocol.
1313- 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.
1418
1519### Changed
1620
2731 version to make sure it's 2.0 or higher before calling the associated
2832 function pointers. This prevents potential invalid pointer access.
2933- The table ` Header ` struct's ` Debug ` impl now prints the correct signature.
30-
34+
3135### Removed
3236
3337- Removed the ` exts::allocate_buffer ` function. This function could
You can’t perform that action at this time.
0 commit comments