Endle / rust-bundler-cp

rust-bundler-cp bundles a cargo package into a single rust file. It's designed for Competitive programming like Codeforces.
https://crates.io/crates/rust_bundler_cp
MIT License
17 stars 6 forks source link
codeforces competitive-programming rust

Stand With Ukraine rust-bundler-cp

This project is based on rust-bundler

Creates a single-source-file version of a Cargo package. It's designed for Competitive Programming like Codeforces.

Features

Example

Endle's codeforces template is co-evoloved with rust-bundler-cp, and is considered as the example of it.

Usage

Install:

$ cargo install rust_bundler_cp

Run:

$ rust_bundler_cp --input path/to/project >output.rs
$ rust_bundler_cp --input path/to/project --binary a

Similar Projects