efi
efi copied to clipboard
Add a WideString type
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?