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

#112 in Windows APIs

Download history 1448/week @ 2025-11-10 1667/week @ 2025-11-17 1430/week @ 2025-11-24 1518/week @ 2025-12-01 1469/week @ 2025-12-08 1305/week @ 2025-12-15 1457/week @ 2025-12-22 1383/week @ 2025-12-29 1131/week @ 2026-01-05 1500/week @ 2026-01-12 1780/week @ 2026-01-19 1482/week @ 2026-01-26 1601/week @ 2026-02-02 783/week @ 2026-02-09 1831/week @ 2026-02-16 2151/week @ 2026-02-23

6,575 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"]

Dependencies

~155–720KB
~12K SLoC