cargo-concat

Crates.iocargo-concat
lib.rscargo-concat
version0.4.2
sourcesrc
created_at2020-09-17 10:59:45.634588
updated_at2020-09-20 09:31:09.567126
descriptionCancat
homepage
repositoryhttps://github.com/kenkoooo/cargo-concat/
max_upload_size
id289742
size25,542
kenkoooo (kenkoooo)

documentation

README

cargo-concat

Crates.io GitHub

This tool allows you to put all the modules you use in the executable file into one file.

Install

cargo install cargo-concat

Usage

In your Cargo project directory, you can hit the following command to generate a concatenated file.

cargo concat --bin main --output out.rs
Commit count: 15

cargo fmt