slava-sh / rust-bundler

Creates a single-source-file version of a Cargo package
https://crates.io/crates/bundler
MIT License
21 stars 8 forks source link

Support for external crates #3

Open Ten0 opened 4 years ago

Ten0 commented 4 years ago

Source code could be read from ~/.cargo/registry/src/github.com-xxx/{crate_name}-{version}. This would enable easily using libraries such as competitive-programming-rs or easy_io, and benefit from their updates.

Ten0 commented 4 years ago

Some WIP here: https://github.com/Ten0/rust-bundler