Open
Description
From official documentation/comments it appears that ucs2
is a base for String handling in the uefi
crate. However, there are exactly two usages in the output protocol implementation (output.rs).
The uefi
-crate provides Char16
CString16
and CStr16
to work with UCS-2/UEFI strings, however.
I have the the following variants in mind:
- A: We should move
Char16
CString16
andCStr16
from the uefi crate to this crate - B: drop this crate
I think A would be a good solution.
PS: Am I missing something? Is there a specific reason for the status quo?
Metadata
Metadata
Assignees
Labels
No labels