Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the official rust image | Quentin Dufour | 2021-09-20 | 1 | -1/+2 |
| | |||||
* | Stricter Rust formating rules and build in the CI | Quentin Dufour | 2021-09-20 | 1 | -9/+8 |
| | |||||
* | added a line to CI to actually install rustfmt on the runner | adrien | 2021-09-11 | 1 | -0/+1 |
| | |||||
* | added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 ↵ | adrien | 2021-09-11 | 1 | -0/+23 |
spaces), a CONTRIBUTING.md file to explain how to use rustfmt, a .drone.yml file to add code style checks in CI, 2 lines in README.md to present CONTRIBUTING.md, and applied rustfmt on the source |