Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 474 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 474 Bytes

cp-io-helper

A simple IO helper library for Rust for use in Competitive Programming.

Usage

$ cargo build --release

To run the tests:

$ cargo test

To run the demos:

$ cargo run --bin basic_demo
$ cargo run --bin demo

To use this crate as a dependency, add the following line to the dependencies section of your Cargo.toml file:

cp_io_helper = { git = "https://github.com/timmyjose/cp-io-helper", branch = "master" }