acr-cli-0.1.0 is not a library.
acr
AtCoder competitive programming CLI tool for Rust.
Install
Setup
Usage
# From a problem directory
# From anywhere in a contest workspace
Workspace Structure
acr new abc001 generates:
abc001/
├── Cargo.toml # [workspace]
├── a/
│ ├── Cargo.toml
│ ├── src/main.rs # Generated from template
│ └── tests/
│ ├── 1.in
│ └── 1.out
├── b/
│ └── ...
Configuration
Config files are stored in ~/.config/acr/:
config.toml- Editor and browser settingstemplate.rs- Source code templatesession.json- Login session
License
MIT