In June 2019, EbTech posted an article How to Compete in Rust. Inspired by that, I'm working on my rust_codeforce_template.
It could be used in such way: 1. cargo install --git https://github.com/Endle/rust-bundler.git --branch codeforce bundler
2. git clone https://github.com/Endle/rust_codeforce_template.git --depth=1
3. Edit main.rs
. Most cases, I only need to edit fn solve()
4. ./run_with_bundle.sh < test.in
5. If the result looks good, submit /dev/shm/output.rs to codeforce
I wish to reach such goals:
- Move template code out of
main.rs
. I want to save time from scrolling up and down. - Save coding time for IO.