I know some C# tools that help us list interface methods from C# libraries, where we can check the function names and, sometimes, structs and types they return.
Is there something alike for rust?
I am trying to build Hyperledger Ursa to use it on Node-ffi but the method I'm trying to expose is not found after I build it. My goal is to list the available methods and debug mine, to see why it's not being built/exported.