efi icon indicating copy to clipboard operation
efi copied to clipboard

Add a WideString type

Open gurry opened this issue 7 years ago • 0 comments

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?

gurry avatar Jul 10 '18 08:07 gurry