What is the equivalent of Linux's ldd on rust?

Does rust have ldd equivalent ?
:thinking:

You can run ldd on Rust binaries and dynamic libraries on Linux.

3 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.