zeroclaw/crates/aardvark-sys
ehushubhamshaw eb518adb38 fix(hardware): resolve clippy and rustfmt CI failures
- struct_excessive_bools: allow on DeviceCapabilities (7 bool fields needed)
- unnecessary_debug_formatting: use .display() instead of {:?} for paths
- stable_sort_primitive: replace .sort() with .sort_unstable() on &str slices
2026-03-14 21:51:48 -04:00
..
src fix(hardware): resolve clippy and rustfmt CI failures 2026-03-14 21:51:48 -04:00
vendor feat(hardware): add RPi GPIO, Aardvark I2C/SPI/GPIO, and hardware plugin system 2026-03-14 18:18:55 -04:00
build.rs feat(hardware): add RPi GPIO, Aardvark I2C/SPI/GPIO, and hardware plugin system 2026-03-14 18:18:55 -04:00
Cargo.toml feat(hardware): add RPi GPIO, Aardvark I2C/SPI/GPIO, and hardware plugin system 2026-03-14 18:18:55 -04:00