Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 472 Bytes

File metadata and controls

22 lines (14 loc) · 472 Bytes

Development

After completing any task, run the CI checks locally:

cargo fmt --all -- --check
cargo clippy --no-default-features -- -D warnings
cargo clippy -- -D warnings
cargo test

Running examples

To run all examples in a row interactively, use

run_all_examples.sh

Debugging

For debugging tips, see DEBUGGING.md.

For conditional compilation, see Conditional Compilation.