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

#71 in Windows APIs

Download history 368/week @ 2023-12-05 481/week @ 2023-12-12 546/week @ 2023-12-19 338/week @ 2023-12-26 250/week @ 2024-01-02 511/week @ 2024-01-09 448/week @ 2024-01-16 328/week @ 2024-01-23 329/week @ 2024-01-30 506/week @ 2024-02-06 577/week @ 2024-02-13 569/week @ 2024-02-20 790/week @ 2024-02-27 641/week @ 2024-03-05 482/week @ 2024-03-12 635/week @ 2024-03-19

2,629 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

~84–670KB
~11K SLoC