async
async copied to clipboard
Update to Rust 2018, bump MSRV to 1.61
- Run rustfmt on tests
- Bump MSRV to 1.61
- Unconditionally support i128 on all versions
- Update to Rust 2018 and fix clippy lints
- Improve CI:
- ci: Add clippy task, forbidding warnings
- ci: Add rustfmt workflow
- ci: Add spellcheck task