stepper-motion 0.1.1

Configuration-driven stepper motor motion control with embedded-hal 1.0 support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Clippy configuration for stepper-motion
# https://doc.rust-lang.org/clippy/

# Minimum supported Rust version
msrv = "1.70"

# Cognitive complexity threshold
cognitive-complexity-threshold = 25

# Maximum number of function arguments
too-many-arguments-threshold = 10

# Maximum lines in a function
too-many-lines-threshold = 200