You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a string and expose in the public interface a type for UEFI's native UCS-2 strings. Should also provide CStr like functionality for null terminated UINT16 byte sequences.
Instead of writing this ourselves we should try to use widestring crate by making it no_std?
The text was updated successfully, but these errors were encountered:
Add a string and expose in the public interface a type for UEFI's native UCS-2 strings. Should also provide
CStr
like functionality for null terminatedUINT16
byte sequences.Instead of writing this ourselves we should try to use widestring crate by making it
no_std
?The text was updated successfully, but these errors were encountered: