Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 619 Bytes

File metadata and controls

29 lines (19 loc) · 619 Bytes

Contributing Guide

Please report an issue if the LSO did not detect the correct cable.

Development

To compile and run the code, execute:

cargo run -- run

In development, it is useful to include verbose logging. Debug logs can be activated by adding -v, and trace logs by adding -vv, e.g.:

cargo run -- run -vv

If you have a recording you want to replay to test changes, you can run:

cargo run --file .\RECORDING_NAME.zip.acmi

To run tests, execute:

cargo test