#console #input #terminal #windows

winconsole

A wrapper for console-related functions in the Windows API

16 releases (10 breaking)

Uses old Rust 2015

0.11.1 Jan 25, 2020
0.11.0 Aug 20, 2019
0.10.0 Aug 3, 2018
0.9.1 Jun 23, 2018

#719 in Encoding

Download history 619/week @ 2023-02-01 358/week @ 2023-02-08 727/week @ 2023-02-15 830/week @ 2023-02-22 695/week @ 2023-03-01 500/week @ 2023-03-08 597/week @ 2023-03-15 541/week @ 2023-03-22 472/week @ 2023-03-29 435/week @ 2023-04-05 389/week @ 2023-04-12 351/week @ 2023-04-19 602/week @ 2023-04-26 594/week @ 2023-05-03 549/week @ 2023-05-10 535/week @ 2023-05-17

2,410 downloads per month
Used in 11 crates (3 directly)

MIT/Apache

190KB
3.5K SLoC

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"]

lib.rs:

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

Crate 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 - Includes 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"]

Dependencies

~81–485KB
~10K SLoC