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.



Discussion

No Comment Found