[][src]Crate windy

Windy

Windows strings library

This crate 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 want to use no_std, turn on the no_std feature.

AString and WString are not available when no_std feature is on.

License

This software is released under the MIT or Apache-2.0 License, see LICENSE-MIT or LICENSE-APACHE.

Macros

conv_err

Structs

AStr
AString

Represents ANSI string.

WStr
WString

Represents wide string (unicode string).

Enums

ConvertError

Represents a conversion error.

Type Definitions

ConvertResult