Quote:
Originally Posted by paulequilibrio
First of all, thank you so much for doing this!
I'm not a Rust developer, I've already tried cargo build but I believe it's not creating an executable that I can run. Could you add some instructions on how to use your code to the REAMED file in the repository?
|
These are libraries, not executables, I created these so it would be easier to create binary programs in the future. There are tests that can be run (using cargo test) but other than that this is purely a library.