InterviewSolution
Saved Bookmarks
| 1. |
What’s Cargo.lock in Rust? |
|
Answer» When a USER RUNS cargo BUILD COMMAND it automatically creates a file named as Cargo.lock to keep track of dependencies in the user APPLICATION. |
|