Closed fayeg21 closed 1 year ago
As a non rust user it was hard to location the output of the compliation.
I was searching for the binary, dynamically linked file.
Could I suggest that the make run output the location of the compiled objects to aid those wanting to use your tool but are not rust users?
Hm the Makefile isn't even supposed to build anything and is only used for tests but I see how that can be confusing and will add a default rule that builds using cargo.
cargo
As a non rust user it was hard to location the output of the compliation.
I was searching for the binary, dynamically linked file.
Could I suggest that the make run output the location of the compiled objects to aid those wanting to use your tool but are not rust users?