winconsole

Crates.iowinconsole
lib.rswinconsole
version0.11.1
sourcesrc
created_at2018-05-03 01:16:00.398764
updated_at2020-01-25 03:04:49.186583
descriptionA wrapper for console-related functions in the Windows API.
homepage
repositoryhttps://github.com/omarkmu/winconsole
max_upload_size
id63508
size216,522
Omar M (omarkmu)

documentation

https://omarkmu.github.io/docs/winconsole

README

winconsole

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

Crate Documentation License

Usage

Add the following to Cargo.toml:

[dependencies]
winconsole = "0.11"

Then, add the following to your code:

extern crate winconsole;

There are a few optional features:

  • cgmath - Conversions for the cgmath Vector2 type.
  • input - Includes input-related functions.
  • serde - Support for serde.
  • window - Includes window-related functions.

These features must be added to Cargo.toml:

[dependencies.winconsole]
version = "0.11"
features = ["cgmath", "input", "serde", "window"]
Commit count: 108

cargo fmt