this post was submitted on 23 Nov 2024
16 points (94.4% liked)
Rust Programming
8259 readers
2 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.