Skip to content

Use the README as documentation for the crate root. #581

Use the README as documentation for the crate root.

Use the README as documentation for the crate root. #581

Workflow file for this run

on: [push, pull_request]
name: Formatting on nightly toolchain
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Check formatting
run: cargo fmt --verbose -- --check --verbose