winconsole 0.2.0

A wrapper for console-related functions in the Windows API.
Documentation

winconsole

This crate provides a wrapper for console-related functions in the Windows API.

Usage

Add the following to Cargo.toml:

[dependencies]
winconsole = "0.2"

Then, add the following to your code:

extern crate winconsole;

In order to use features related to input, the input feature is required.
Add this to Cargo.toml:

[dependencies.winconsole]
version = "0.2"
features = ["input"]