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

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

License

Notifications You must be signed in to change notification settings

timmyjose-projects/cp-io-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" }

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages