Skip to content

kenkoooo/cargo-concat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Status

  • Support crates with zero dependency
  • Support use crate::...
  • Support extern crate ...
  • Support crates with external dependencies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages