| Crates.io | ac-library-rs-expander |
| lib.rs | ac-library-rs-expander |
| version | 0.1.0 |
| created_at | 2020-11-02 11:52:59.277079+00 |
| updated_at | 2020-11-02 11:52:59.277079+00 |
| description | ac-library-rs snippets expander for cargo-compete |
| homepage | |
| repository | https://github.com/Loptall/ac-library-rs-expander |
| max_upload_size | |
| id | 307827 |
| size | 22,047 |
A wrapper of ac-library-rs/expand.py, which is script to append required modules to your submition code. For user of cargo-compete, great competitive programing helper, this expander were made.
Install from Cargo and build
cargo install ac-library-rs-expander
If ac-library-rs is not in local, please clone it from GitHub.
git clone https://github.com/rust-lang-ja/ac-library-rs.git
To determine path to ac-library-rs, please set an environment variable $AC_LIBRARY_RS_HOME
export AC_LIBRARY_RS_HOME=path/to/ac-library-rs
In your cargo-compete contest workspace,
exl -t a modint
These are cAsE-InsEnsItIvE
Convolution, FenwickTree, Dsu, LazySegTree, Math, MaxFlow, MincostFlow, ModInt, Scc, SegFree, String, Twosat,