|
|
|
|
|
by cyphar
201 days ago
|
|
You absolutely can, both systems are practically identical in this respect. > In Go you know exactly what code you’re building thanks to gosum Cargo.lock > just create vendor dirs before and after updating packages and diff them [...] I don’t believe I can do the same with Rust. cargo vendor |
|