Crates.io | cargo-concat |
lib.rs | cargo-concat |
version | 0.4.2 |
source | src |
created_at | 2020-09-17 10:59:45.634588 |
updated_at | 2020-09-20 09:31:09.567126 |
description | Cancat |
homepage | |
repository | https://github.com/kenkoooo/cargo-concat/ |
max_upload_size | |
id | 289742 |
size | 25,542 |
This tool allows you to put all the modules you use in the executable file into one file.
cargo install cargo-concat
In your Cargo project directory, you can hit the following command to generate a concatenated file.
cargo concat --bin main --output out.rs