JohnDoneth / hd44780-driver

Implementation of the embedded-hal traits for the HD44780.
MIT License
37 stars 40 forks source link

Add CI and fmt #41

Closed chevdor closed 2 years ago

chevdor commented 2 years ago

Both strategies run under 2min.

A sample run is visible here: https://github.com/chevdor/hd44780-driver/actions/runs/2591821837 The --features async currently fails but the fix should probably be done in the downstream repo.

I will line up a PR for clippy once this one is merged. I put my default configs for rustfmt but I am not opinionated. If you like other values, just replace mine.

fix #30