kind 1.0.0

Costless typed identifiers backed by UUID, with kind readable in serialized versions
Documentation
name: fmt

on:
  pull_request:
    paths-ignore:
      - README.md
      - CHANGELOG.md
      - 'doc/**'

jobs:
  rustfmt:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - uses: dtolnay/rust-toolchain@stable
        with:
          components: rustfmt

      - name: FMT
        run: |
          cargo fmt --all -- --check