At compile time, cargo build
or cargo build -r
will generate 3 artifacts.
- the actual binary that will run on the target.
- a log reader that will allow you to read the logs generated by your robots.
- a string index directory that will be necessary to reconstruct the log strings from the copper binary log file.