rustsourcebundler 0.11.7

Bundle the source code of a rust cargo crate in a single source file
Documentation
# Generated by Cargo
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# Files in example
/example/target
/example/src/bin/singlefile.rs
singlefile.rs