Crates.io | coctus |
lib.rs | coctus |
version | 0.3.0 |
source | src |
created_at | 2024-04-26 21:41:46.95999 |
updated_at | 2024-05-20 19:03:30.121292 |
description | Command line tool for playing CodinGame puzzles and Clash of Code |
homepage | |
repository | https://github.com/Andriamanitra/coctus |
max_upload_size | |
id | 1221932 |
size | 184,926 |
Command line tool that allows you to play Clash of Code style problems locally on your computer.
Detailed user guide is available in the wiki.
The program has only been tested on Linux and Windows. Other platforms may or may not work!
You may need to install pkg-config
and libssl-dev
or equivalent for this to work (apt install pkg-config libssl-dev
on Ubuntu).
$ cargo install coctus
Download the latest binary for your operating system from releases and extract it somewhere on your $PATH
.
This method requires git
and a relatively recent (1.73+ should work) version of the Rust toolchain.
$ git clone https://github.com/Andriamanitra/coctus
$ cargo install --path=.
Use Github issues for bug reports and features requests. Pull requests are also welcome, but please open an issue beforehand to discuss bigger changes.