Expand description
§Windy
A Windows strings library that supports AString (ANSI string) and WString (Unicode string).
§Features
- ANSI string(AString)
- Unicode string(WString)
- Interconversion between AString, WString and String.
- no_std support
§no_std support
If you don’t want to use std, use --no-default-features
.
AString and WString are not available when no_std.
§License
This software is released under the MIT or Apache-2.0 License, see LICENSE-MIT or LICENSE-APACHE.
Macros§
Structs§
- AStr
- Represents a borrowed ANSI string.
- AString
- Represents ANSI string.
- Ansi
String - Represents ANSI_STRING.
- Unicode
String - Represents UNICODE_STRING.
- WStr
- Represents a borrowed Unicode string.
- WString
- Represents a wide string (Unicode string).
Enums§
- Convert
Error - Represents a conversion error.