2
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 23 Nov 2024
2 points (100.0% liked)
Rust Programming
8901 readers
32 users here now
founded 6 years ago
MODERATORS
Every rust project is basically it's own venv out of the box.
Kind of but it is also only needed at compile time, the dependencies are not used at runtime, instead everything is compiled and statically linked into the executable.