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

#868 in Algorithms

Download history 596/week @ 2024-07-26 499/week @ 2024-08-02 980/week @ 2024-08-09 617/week @ 2024-08-16 675/week @ 2024-08-23 840/week @ 2024-08-30 648/week @ 2024-09-06 553/week @ 2024-09-13 604/week @ 2024-09-20 634/week @ 2024-09-27 310/week @ 2024-10-04 431/week @ 2024-10-11 460/week @ 2024-10-18 474/week @ 2024-10-25 636/week @ 2024-11-01 260/week @ 2024-11-08

1,914 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

~145–720KB
~12K SLoC