GitHub Copilot instructions for stepper-motion-rs, a Rust embedded systems project for stepper motor control with trajectory planning and embedded-hal 1.0 compatibility.
You are assisting with development of `stepper-motion-rs`, a Rust embedded systems project for stepper motor control with trajectory planning.
This project provides a Rust library for controlling stepper motors with trajectory planning capabilities, compatible with embedded-hal 1.0.
```
src/ Main library source code
tests/ Integration and unit tests
```
Always run tests after making changes:
```bash
cargo test
```
Run Clippy to catch common mistakes and enforce best practices:
```bash
cargo clippy
```
Follow standard Rust conventions:
1. Run `cargo test` - all tests must pass
2. Run `cargo clippy` - resolve all warnings
3. Run `cargo fmt` - ensure consistent formatting
4. Update documentation if adding public APIs
5. Verify MSRV compatibility if changing dependencies
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/stepper-motion-rs-development-guidelines-y0ufem/raw