Open Ten0 opened 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.
~/.cargo/registry/src/github.com-xxx/{crate_name}-{version}
competitive-programming-rs
easy_io
Some WIP here: https://github.com/Ten0/rust-bundler
Source code could be read from
~/.cargo/registry/src/github.com-xxx/{crate_name}-{version}
. This would enable easily using libraries such ascompetitive-programming-rs
oreasy_io
, and benefit from their updates.