We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c6ee2 commit 36ae8acCopy full SHA for 36ae8ac
NEWS.md
@@ -0,0 +1,16 @@
1
+# r-efi-string - UEFI String Types and Converters
2
+
3
+## CHANGES WITH 0.1.0:
4
5
+ * Initial release of r-efi-string.
6
7
+ * New `str16::EfiStr16` type, which is similar to `std::ffi::CStr` and
8
+ wraps a 0-terminated UEFI string based on something resembling
9
+ UTF-16.
10
11
+ * The `str16::EfiString16` type is still only a stub and not included
12
+ in this release.
13
14
+ Contributions from: David Herrmann, Tom Gundersen
15
16
+ - Tübingen, 2019-04-16
0 commit comments