Windy
A Windows strings library supports AString (ANSI string) and WString (Unicode string).
Features
- ANSI string(AString)
- Unicode string(WString)
- Interconversion between AString, WString and String.
Installation
Add the following lines to your Cargo.toml:
[dependencies]
windy = "0.1.1"
Example
An example of parsing the outputs of cmd.exe.
use AString;
use Command;
License
This software is released under the MIT or Apache-2.0 License, see LICENSE-MIT or LICENSE-APACHE.