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

#613 in Algorithms

Download history 755/week @ 2024-06-15 812/week @ 2024-06-22 350/week @ 2024-06-29 309/week @ 2024-07-06 700/week @ 2024-07-13 635/week @ 2024-07-20 597/week @ 2024-07-27 513/week @ 2024-08-03 984/week @ 2024-08-10 607/week @ 2024-08-17 707/week @ 2024-08-24 821/week @ 2024-08-31 624/week @ 2024-09-07 550/week @ 2024-09-14 632/week @ 2024-09-21 641/week @ 2024-09-28

2,540 downloads per month
Used in 12 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

~145–730KB
~12K SLoC